Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #480030

    Hi,

    I’m facing issues with the Nav bar. If i reduce the browser width to approx 1000-1100px, the last couple of tabs drop down in another line and look very awkward. Is it not possible to reduce the size of the nav bar if the window resizes or for monitors between 1000-1100px?
    Screenshot attached.

    Any help will be greatly appreciated.

    Thanks
    Suums

    #480182

    Hey Sumeru!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a {
        padding: 0 6px;
    }}

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #480189

    Hi Yigit,

    I did that but unfortunately everything is still the same.

    Thanks,
    Suums

    #480575

    Hi,

    You could activate the mobile menu at an earlier stage, would that be an option for you?

    Regards,
    Rikard

    #480577

    Hi Rikard,
    Ideally I would like a fix for the nav bar but if no other option is there then yes mobile menu would do but only as the last resort.

    Thanks
    Suums

    #480699

    Hi!

    Problem was this – http://i.imgur.com/IDXRZQ3.png as i suggested you to check here – https://kriesi.at/support/topic/navigation-issue-2/#post-480182 :)
    I fixed it and adjusted the code a little. Please review your website now.

    Best regards,
    Yigit

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