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

    Hello,

    I want to have a navigation like on this page: http://www.mijnstudent.nl/

    The navigation is bellow the logo and is divided in equal size block with the same size, color and same whitespace between. And more white space at the beginning and end (just like example). Especially the same size block layout option is important for me.

    Would be great if this could work or let me know what are the best other options.

    Greets!

    #285199

    Hey Tim!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and choose “logo left, menu below” then post the link to your website please so we can provide you accurate custom CSS code

    Cheers!
    Yigit

    #288635
    This reply has been marked as private.
    #288652

    Hi!

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

    #header_main_alternate > .container {
    width: 100%;
    margin: 0;
    }
    @media only screen and (min-width: 1140px) {
    .av-main-nav > li > a { padding: 0 251px; }}
    @media only screen and (max-width: 1139px) {
    .av-main-nav > li > a { padding: 0 221px; }}

    Regards,
    Yigit

    #288731

    Thanks for quick reaction!

    #288734

    Hey!

    You are welcome Tim, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Block navigation’ is closed to new replies.