Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #202046
    #202177

    Hi, have you tried to set your logo width to “width=100%” instead of “width=auto”?

    #202183

    Thanks Alkaithil.
    Would you mind pointing me to the file that I’ll need to update for this?
    Thanks again
    S

    #202211

    Hey!

    Because you are using an image size that is larger than the default supported size (explained in the text next to where you upload and set the logo in the theme options) it needs a bit of extra css.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .responsive .logo img {
    width: 100% !important;
    }
    

    That may do the trick without anything else but I’ve not tested it cross browser or with past versions of anything.

    Cheers!
    Devin

    #203232

    Genius! Works a treat. Thanks very much for the help Devin. Works in Chrome and I’ll test in other browsers too

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo is not responsive – Right hand gets cropped as the browser window narrows’ is closed to new replies.