Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475049

    Hi,

    Got another build going on with your theme, I love this thing.

    Im creating a custom site and have a very minimal header that i would like to use. The way it needs to work is a small logo in the top left then the menu items will take up the remaining space in the header based on a % so it will flow nicely when it is scaled up and down.

    I have tried a couple things with adding width 100% to the surrounding divs for the nav and tried adding a % for the a tags and li items but cant seem to get it right.

    Was wondering if you could point me in the right direction for getting this working

    Here is a link to the dev site
    http://www.spinsys.com.php53-11.dfw1-1.websitetestlink.com/

    Here is a link to what the header needs to look like
    http://snag.gy/A1YAt.jpg

    Any help would be great.

    Thanks

    #475394

    Hey acscreativenew!

    Thank you for using Enfold.

    You can start with this or you can add this to the current css modifications:

    .main_menu {
      left: 61px;
    }
    
    .av-main-nav > li {
      width: 12.5%;
    }

    Best regards,
    Ismael

    #475906

    Worked like a charm, thanks for much for the tip!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full with % main navigation’ is closed to new replies.