• I loaded up a logo which is 200×173 pixels. On the site view in IE10, Firefox, Chrome etc it looks great. On a mobile device it takes up the whole screen.

    I dont know where to look or what to change to solve this .. if its possible at all?

    The site is https://www.gary365.com and my first sit so please if you have a solution please write the answer in simple terms

    Thanks experts
    Harters

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think I’ve had the same issue
    For me it was the /css/responsive.css settings for a resolution of width 1024px

    Try adjusting the resolution or removing that section of the CSS code

    HappyTortoiseCreative

    (@happytortoisecreative)

    This code needs to be placed in the CSS:

    #logo {
    width: 387px !important;
    margin-bottom: 13px;
    }

    Change your width px to the exact width of your logo image

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Logo on Mobile devices’ is closed to new replies.