[Resolved] Horizontal Menu on Sidebar

Home Forums Support [Resolved] Horizontal Menu on Sidebar

Home Forums Support Horizontal Menu on Sidebar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #644399
    Jesus Higuerey

    Hi,

    Is there a way to create a horizontal menu on the sidebar just like Boredpandas’? Because normally when you enter a menu onto the sidebar is listed vertically.

    Just like this: http://prntscr.com/kgrjek

    #644552
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the site in question with the menu added to the sidebar?

    Let me know πŸ™‚

    #644556
    Jesus Higuerey

    Sorry you want the website that has the menu like I want it?

    If so, is boredpanda.com

    #644558
    Leo
    Staff
    Customer Support

    No I want your site with the menu added in the sidebar πŸ™‚

    #644611
    Jesus Higuerey

    Oh, it’s on a local installation. All I did was to add a menu widget and it just appears vertically

    #645001
    Leo
    Staff
    Customer Support

    Any chance you can move it to a test/live server so I can take a look and see if there is a simple CSS solution?

    #645253
    Jesus Higuerey

    I’ve added the website above

    #645288
    Leo
    Staff
    Customer Support

    Hmm try this CSS:

    #menu-test a {
        float: left;
        padding-right: 5px;
    }
    div:not(.entry-content) .widget ul#menu-test li {
        padding-bottom: 0px;
    }

    I’m using the ID #menu-test so it would only apply to that menu. If you change the name, just change the code to match.

    Let me know if this helps πŸ™‚

    #645299
    Jesus Higuerey

    That works fine, is it a way to add a bit more spacing between each word?

    #645301
    Leo
    Staff
    Customer Support

    Modify the padding-right: 5px; line.

    #645302
    Jesus Higuerey

    Perfect, thanks Leo.

    #645306
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.