Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3012
    amberatx
    Member

    Excellent theme! Thank you for making it so easy!

    How can I adjust the menu items so that they span the page and there is no “empty” box on the right?

    Thanks in advance!

    #3049
    Sakin
    Keymaster

    @amberatx: You can increase the padding as per your need. Add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.

    #header #mainmenu ul li a {
    padding: 0 25px;
    }

    #3057
    amberatx
    Member

    Thank you. It’s not perfect, but will work for now 🙂

    http://www.heirloombloomsgardens.com/seeds/

    #3074
    Sakin
    Keymaster

    @amberatx: remove the css I gave your earlier and add the following css:

    #header #mainmenu ul li a {
    padding: 0 22.9px;
    }
    #header #mainmenu ul li:last-child {
    border-right: medium none;
    }

    #3236
    amberatx
    Member

    That worked! Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu items to span’ is closed to new replies.