• Resolved hmay

    (@hmay)


    Hi! I wanted to know how I can change the height of top navigation menu. Or how to display menu in the middle of top border and bottom border. Mine is shown up way above in between 2 boarders. Thank you so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there @hmay,
    Can you provide a URL so I can have a closer look?

    Best Regards.

    Thread Starter hmay

    (@hmay)

    http://beachbumkitty.com/

    When I removed social icons from here, the navigation menu text placed in the middle of tow boarders…Maybe my font is too big or set width as 100%…?
    Thanks!

    Hi there,
    you can paste this

    @media(min-width:768px) {
        .site-tools {
            position: absolute;
            width: auto;
            right: 0;
        }
    }

    in your custom CSS box under Customize->Additional CSS.

    Thread Starter hmay

    (@hmay)

    It worked!! Thank you so much 🙂

    Hi there,
    Glad I could help! Please mark this thread as “Resolved” if everything worked fine.

    Also, I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Best Regards

    • This reply was modified 6 years, 10 months ago by Fotis.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top navigation menu height changing’ is closed to new replies.