I want my menu bar to go the full length of the page

Discussion in 'ColorWay WordPress Theme' started by surfdog, Jun 6, 2014.

  1. surfdog

    surfdog New Member

    Joined:
    Mar 19, 2012
    Messages:
    16
    Likes Received:
    0
    My website: http://bookthatevent.com
    I'd like the menu bar (actually the page names/words) to across the top of the page (be spread our evenly). Can you give me code to do that?

    Thank you!
    Screen Shot 2014-06-06 at 3.47.45 PM.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li{
    margin-right:75px;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page