Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181084

    Hello – I noticed that on 15in monitors, the main navigation in the header (on the right) is too close to the logo on the left. I cannot make the logo smaller or the font for the navigation smaller, so wanted to stack some of the link text…for example “Product & Services” is on one line but if I could stack it, that would make the width of the whole menu less wide.

    Please let me know how I can insert a break after words in the main nav to stack them in the main navigation instead of displayed inline.

    Thanks and love the theme!

    #181115

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #184590
    This reply has been marked as private.
    #184668

    Hi!

    You can adjust the left and right padding then decrease the font-size:

    .main_menu ul:first-child > li > a {
    padding: 0 8px !important;
    font-size: 12px;
    }

    Regards,
    Ismael

    #185474

    Thanks, Ismael – This works perfectly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Stacking Navigation Link Text’ is closed to new replies.