Mobile Logo Vertical Alignment

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 5 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #446405

    Richard Parry
    Expired Member
    Post count: 121

    Hello,

    I am having an issue with the vertical alignment of my site logo on the mobile version of the website. The vertical alignment is not in the middle and is instead unduly raised. Do you know how I can get this to be middle aligned vertically?

    Many thanks,

    Richard

    #446409

    Guust
    Moderator
    Post count: 29970

    Add this CSS, adjust as required:

    
    
    @media (max-width: 992px) {
    .site-logo-wrap {
        margin-top: 20px;
    }
    }

    Thanks

    #446410

    Richard Parry
    Expired Member
    Post count: 121

    Thank you that worked. Richard

    #446414

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket