• Resolved wholelychit

    (@wholelychit)


    Getwid is now my goto theme. I would like to Center the Logo, site title, and menu button. The default setup does not align on the cell phone. On the website it look bunched up. Posting some code for the child theme should solve the issue. Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @wholelychit,
    Thank you for reaching us out and for your feedback. Yes, you may adjust the layout of logo, site title and menu on mobile device applying the style below:

    @media(max-width: 992px){
        .site-header {
            flex-direction: column;
        }
    }
    Thread Starter wholelychit

    (@wholelychit)

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header’ is closed to new replies.