Home Forums Pro Themes Flat Commerce Pro Menu Length at top

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42369
    jjambeck
    Participant

    After I add a fourth menu item on my page, it goes to the second line – I was hoping to have 4 or 5 menu items without it going to a second line. Can this be corrected?
    See the site here: http://internationalmarinedebrisconference.org/
    The menu item “Location” moved to a second line when I added “Registration”
    Thank you!!

    #42399
    wensolutions
    Keymaster

    Hello @jjambeck,

    To make all the menu item in the same line use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page .main-navigation ul li a {
        padding: 9px 6px;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.