Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1362832
    #1362865

    Hey rgruber,

    What exactly are you looking to adjust? If you need further help then please post a link to where we can see the actual element as well.

    Best regards,
    Rikard

    #1362902

    Here is a link to the site:

    On mobile the logo is way too high (140px) . I’d like to stay about the same as it is on desktop (68px).

    Rob

    #1362913

    Hi,

    Thanks for that. You could try CSS like this to alter the height of the header on mobile:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 80px !important;
    }
    }

    But the image you are using for your logo contains a lot of white space, so you might want to consider cropping that a bit.

    Best regards,
    Rikard

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