change menu from horizontal to vertical

Support Area Forums Foundation change menu from horizontal to vertical

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://uscra.org/cnwp/
  • Author
    Posts
  • #31542
    rainbowsplash
    Participant

    I need the menu to go on the left side and be vertical rather than horizontal. Their current menu is on the left-hand side. http://www.uscra.org/

    #31543
    Bill Robbins
    Moderator

    You’ll probably want to use the Custom Menu Widget and add it to your sidebar(s) instead of assigning your menu to the navigation bar. That would be the simplest way to go about that.

    Bill

    #31545
    rainbowsplash
    Participant

    I’ll try it.

    #31546
    rainbowsplash
    Participant

    How do I make the dots go away and move whole thing to the left side?

    #31566
    Bill Robbins
    Moderator

    You can flip the content area of the site and the sidebar with this CSS:

    
    #sidebar {
    	float: left;
    }
    
    #content {
    	float: right;
    }
    
    .widget ul {
    	margin-left: 0;
    	list-style-type: none;
    }
    

    It’ll also remove the bullets from list items in widgets.

    Just to be clear though, this is a customization and not support. Support is a question about using the theme as it’s designed or functions. Customization is changing how a theme is designed or functions.

    If you need help customizing, make a list of what you’d like to change and I’ll be happy to give you a quote.

    Take care,
    Bill

    #31647
    rainbowsplash
    Participant

    Got it and will do! I’m still playing with it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change menu from horizontal to vertical’ is closed to new replies.