Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #593193
    #593838

    Hi rarch47,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #598908

    Sure thing. It’s summitshutters.com.au

    #599097

    Hi!

    Please add following code to Quick CSS

    .header-scrolled .logo img {
        padding: 10px 0;
    }

    You can simply upload your images in double size and they will be resized automatically and will look fine on retina displays :)

    Cheers!
    Yigit

    #600658

    Thank you.

    I also needed to add the following CSS so the logo did not appear too big within the header.

    strong.logo a {
      max-width: 300px;
    }
    #601049

    Hi,

    Please try the following as well:

    .header-scrolled strong.logo img {
    max-width: 300px !important;
    }

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.