Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1218081
    #1218333

    Hey Leosoki,

    Please try this CSS for the image instead:

    @media only screen and (min-width: 780px) {
    #header .logo img {
        top: 55%;
    }
    }

    Best regards,
    Rikard

    #1218437

    Hi, Rikard, thanks for the suggestion.
    Assuming you mean replacing this part of my current custom CSS with yours:

    #header .logo img {    
        top: 60%;
        transform: translateY(-55%);
        max-width: 100px;  
    }

    It just seems to push the logo further down the page with the cropping happening at the same place.

    View post on imgur.com


    I guess I could just create a new, narrower logo to get around this problem but happy to try any other CSS suggestions.
    Thanks for your help.

    #1220342

    Hi,
    Sorry for the late reply, I’m only seeing your coming soon page, but I don’t see a login to see the logo and menu, please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

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