• Hi guys, great theme!

    Is it possible to center the logo and the menu on tablets and smartphones? I don’t think it look nice right now.

    Hope you can help me with this one.

    Thanks!

    Kind regards,
    Rick

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Tom De Smedt

    (@steven_gardner)

    Hi @studiopuntgaaf

    Sorry for the delay in response. I never received a notification you posted a question.

    I’ve had a look at your site and I think the site logo is pushing the Menu toggle button down a little due to its width.
    I’ve attached some custom CSS you may want to try and play around with to see if it helps. Paste the following in the editor found: Appearance -> Customize -> Additional CSS

    @media all and (max-width:750px){
      .site-branding .custom-logo-link{
        margin-right: 0;
      }
      .main-navigation .menu-toggle{
        margin-top: 1.5rem;
      }
    }

    Hopefully, that gives you the look your after.
    Thanks
    Steven

Viewing 1 replies (of 1 total)
  • The topic ‘Logo and menu center on tablet and smartphone’ is closed to new replies.