Center Site Logo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #914094
    Aron Lundström
    Participant

    Hello.

    Could you please advice on how I can make the site logo to be be centered for all screen sizes?
    (I have moved the logo up from the top menu bar, here is the site: https://wbescape.com/)

    Best regards,
    Ina

    #914882
    Aron Lundström
    Participant

    Update:
    I manage to fix this by adding the following code to the style.css file in my child theme:

    @media screen and (min-width: 62em) {
      .custom-logo {
        margin: 0 auto;
      }
    }
    #929031
    Andre Flores
    Moderator

    Hi, Aron!

    Thanks for sharing your fix, I hope it will help other users with similar question.

    Best regards,
    Andre

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Site Logo’ is closed to new replies.