Title: Issue on screen resolution
Last modified: August 31, 2016

---

# Issue on screen resolution

 *  Resolved [RobDavies](https://wordpress.org/support/users/robdavies/)
 * (@robdavies)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/issue-on-screen-resolution/)
 * I’m running terrifico on a website at
    [http://www.stephensfueloil.co.uk/](http://www.stephensfueloil.co.uk/)
   And we’re having an issue on screens (via desktop pcs) that are running at a 
   resolution of 1024 x 768
 * The Stephens Logo graphic file is filling the width of the screen – which I understand
   could be a media settting in CSS but the real problem is that vertical scrolling
   does not work. This has been tested on the browsers IE and Chrome.
 * Do you have any suggestions on what may be causing this

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [RobDavies](https://wordpress.org/support/users/robdavies/)
 * (@robdavies)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/issue-on-screen-resolution/#post-6938709)
 * Just putting an addendum on this one
    I think my issue is this area of responsive.
   css
 *     ```
       @media screen
       	and (max-width: 1024px) {
   
       	#logo {
       		margin-left: 10px;
       		width: 100% !important;
       		margin-bottom: 13px;
       	}
       ```
   
 * On a PC with a horizontal theme of 1024 it makes the theme unworkable
 *  Thread Starter [RobDavies](https://wordpress.org/support/users/robdavies/)
 * (@robdavies)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/issue-on-screen-resolution/#post-6938792)
 * I’ve resolved this one by changing the media screen settings for max-width 1024

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue on screen resolution’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/terrifico/1.8.0.1/screenshot.png)
 * Terrifico
 * [Support Threads](https://wordpress.org/support/theme/terrifico/)
 * [Active Topics](https://wordpress.org/support/theme/terrifico/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/terrifico/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/terrifico/reviews/)

## Tags

 * [screen](https://wordpress.org/support/topic-tag/screen/)

 * 2 replies
 * 1 participant
 * Last reply from: [RobDavies](https://wordpress.org/support/users/robdavies/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/issue-on-screen-resolution/#post-6938792)
 * Status: resolved