• Hello, I had the same problem with my social menu (it was going vertical, and I want it horizontal as it should be) and I fixed that using:
    .social-navigation li {
    display: inline-block;
    }

    How can I do the same with my main menu?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • hi

    Please share your website URl

    Thanks

    Thread Starter mas0n

    (@mas0n)

    Sorry, website url is retrospeck.co.uk

    Hi;
    Try to give it float: left; in css.to your li tag

    Thanks
    Farhan Girach

    hi

    find this code in style.css file
    .main-navigation li:last-child {
    border-right: 0;
    }

    and this code in style.css
    .main-navigation li:last-child {
    border-right: 0;
    display: inline-block;
    }

    Thanks.

    Thread Starter mas0n

    (@mas0n)

    Tried that imranaliweb, thank you, however it did not work.

    I added custom CSS:
    .main-navigation li {
    display: inline-block;
    }

    and that did the trick. Thanks anyway folks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Main menu is vertical?’ is closed to new replies.