• Resolved RobDavies

    (@robdavies)


    I’m running terrifico on a website at
    https://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

    (@robdavies)

    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

    (@robdavies)

    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.