Forums

[resolved] 3.0 Custom Menu not horizontal (5 posts)

  1. samuelsheps
    Member
    Posted 1 year ago #

    Hi all,

    Relative newcomer to wordpress, I'm having trouble getting the new 3.0 menu system to display correctly. I'd like it to run horizontally across the top of the page, instead of vertically, which it seems stuck on doing. I've tried editing the CSS and creating a new container class for the menu, but it doesn't seem to work. I am horrendously stuck. Any help would be MASSIVELY appreciated!! Using the modern clix theme (http://rodrigogalindez.com/themes/modern-clix/)

    You can see my website here,
    http://sam-shepherd.co.uk/

    You can view the body of the header here:
    http://wordpress.pastebin.ca/1960085

    the CSS for menu-header
    http://wordpress.pastebin.ca/1960090

    And the CSS call to for main-nav
    http://wordpress.pastebin.ca/1960088

    Thanks!!
    Sam.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Start by adding:

    .menu-header li {float:left;}

    to your stylesheet. I'd also recommend reading Taming Lists.

  3. eurekastudioz
    Member
    Posted 1 year ago #

    Add this to css and it fixes it, i tried it by editing it live with web developer toolbar :

    .menu-item{
    display:inline;
    }
  4. samuelsheps
    Member
    Posted 1 year ago #

    Brilliant, that fix worked great eurekastudioz! Thanks!

  5. eurekastudioz
    Member
    Posted 1 year ago #

    No problem man !

Topic Closed

This topic has been closed to new replies.

About this Topic