Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Menu list going vertical in header

    Check your stylesheet CSS for the class navMain element UL (It looks like the following in mine):

    #navMain ul, #navSupp ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    margin:0pt;
    padding:0.5em 0em;
    text-align:right;
    }

    My guess is that list-style-type is missing or is no longer set to none.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #2
    Join Date
    Nov 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Menu list going vertical in header

    Hi,

    Thanks a lot for your answer. I had it and also tried just the way you showed me but it's still the same... Here is what I have:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    font-weight: bold;
    color: #ffffff;
    float: right;
    }

    #navMainWrapper a {
    color:#605A59;
    text-decoration:none;
    }


    #navMain ul, #navSupp ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    margin:0pt;
    padding:0.5em 0em;
    text-align:right;
    }

    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: list-item;
    white-space: nowrap;
    margin-right: 20px;
    }

    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    color:#2686fa;
    }

    #navMain a:hover {
    color:#605A59;

    }


    Any suggestions? Thanks again!

  3. #3
    Join Date
    Nov 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Menu list going vertical in header

    It's ok now, I went back to the original css and replaced the whole navmain css section

  4. #4
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Menu list going vertical in header

    Quote Originally Posted by redondavolta View Post
    It's ok now, I went back to the original css and replaced the whole navmain css section
    I'm guessing a spelling mistake- Glad you got it.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 

Similar Threads

  1. vertical multilevel slide menu
    By favjola in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 1 Sep 2011, 02:02 PM
  2. Vertical Menu
    By l3ackdraft in forum Addon Sideboxes
    Replies: 5
    Last Post: 30 Jul 2009, 10:55 PM
  3. Going vertical with additional images
    By libragear in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 08:36 AM
  4. Display Categories in a Vertical List
    By plumwd in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Sep 2007, 04:34 PM
  5. Installing Vertical CSS flyout menu
    By blueparukia in forum Basic Configuration
    Replies: 1
    Last Post: 21 Aug 2007, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg