Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6626
    enrl.net
    Member

    Hi there. I would like my menu to only take up one line. Is there a way to change the size of the text or perhaps the spacing so that all of my pages can fit into a 1 line menu?

    http://www.enrl.net/

    Thank you so much!

    #6661
    Sakin
    Keymaster

    add the following css in “Custom CSS” box in Theme Options panel.
    #header-menu ul.menu a { padding: 0 14px; }

    #6684
    enrl.net
    Member

    Thank you so much! Is there a way to make my table lines disappear  In the text portion I have the table border set to “0” but a faint line still appears. For an example please view my “Who we are” page.  http://www.enrl.net/about-us/

     

     

    #6691
    Sakin
    Keymaster

    @enrl.net: Just add the following css in “Custom CSS” box in Theme Options panel.
    .entry-content table, .entry-content td { border: none; }

    #6693
    enrl.net
    Member

    Thanks again, you’re wonderful!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fitting pages in Main Menu so that menu is only 1 line’ is closed to new replies.