Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #278867

    Hi,

    Is there a way to place the Main Menu directly below the header section? If you look at our website (link provided below) you will notice that the menu is on the right and the Page Name and Navigation is beneath it. Where the Page Name and Navigation hint are is where we would like to place the menu. Is there any way to do this without doing any major CSS changes?

    Thanks

    #279600

    Hi 500Webmaster!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and adjust it

    Cheers!
    Yigit

    #282991

    Hi Yigit,

    Sorry for the obvious question – I looked there and completely missed that! However, is there a way to make that same menu spread out in such a way that it spreads out evenly across the width of the page, instead of only taking up a small section on one side? In other words, the menu – no matter how many tabs, or categories there are – would cover the whole width of the page?

    Let me know.

    #282998

    Hi!

    By increasing padding between menu items it is possible. But can you firstly choose to display that type of header so we can provide you more accurate custom CSS code?

    Best regards,
    Yigit

    #283027

    Hi Yigit,

    Alright will do, we are just reconsidering the titles for the Main Menu at the moment so when we’ve decided exactly what we want, I’ll publish it and then update you here again, if that’s okay?

    #283060

    Hi!

    Sure, we will be waiting to hear from you :)

    Cheers!
    Yigit

    #286717

    Hi Yigit,

    Thanks for your patience – the menus have been set so you can go ahead and get the code ready.

    Thanks!

    #286722

    Hi!

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

    @media only screen and (min-width: 1140px) {
    .av-main-nav > li > a { padding: 0 53px; }}
    @media only screen and (min-width: 990px) and (max-width: 1139px) {
    .av-main-nav > li > a { padding: 0 44px; }}
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a { padding: 0 27px; }}

    Regards,
    Yigit

    #287144
    This reply has been marked as private.
    #287147

    Hey!

    It does work fine on my end – http://i.imgur.com/pZZKHUB.png
    Please flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #287161

    Will do, thanks!

    #287165

    Hey!

    You are welcome! Please check and confirm so we can mark the thread as resolved or assist you further :)

    Regards,
    Yigit

    #287176

    Hi Yigit,

    I can’t seem to view the changes on my laptop even after clearing the browser cache, but I can see the changes on my tablet, so it seems fine – hopefully it’s only stuck on my laptop for now! Thanks for all your help.

    #287178

    Hi!

    You are welcome. I am marking this thread as resolved for now. Feel free to start a new one if you have any other questions

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Placing Menu Below Header’ is closed to new replies.