New Landing How can we help? Atelier WP Widget plugin – Header Config

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #193619
    wtflovelife
    Member
    Post count: 113

    Hi! I installed the WP widget plugin (as suggested in the theme options) so that I could add a widget to the header right config on my site. I wanted to add a custom menu – which has worked great! But it has a list styling. How can I make it horizontal like a normal menu? THANK YOU

    #193726
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have an specific option for it in the top bar.
    In that header area you also have a slideout menu or an overlay menu option.

    If isn’t enough for your purposes the widget that you are adding should provide that specific format or be adjusted with customization.

    -Rui

    #193732
    wtflovelife
    Member
    Post count: 113

    Hi! Yes – I don’t want to use the slide out menu or dropdown look. If you can see on my homepage what I mean – I just want the vertical menu to be horizontal. Just not sure what css to add to make that work.

    #193737
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that case add the code below to your custom css option

    
    #menu-my-account li {
      float: left;
      padding-right:10px;
    }
    
    #menu-my-account li#menu-item-4086 {
      margin-top: 2px;
    }

    Hope it helps.

    -Rui

    #193739
    wtflovelife
    Member
    Post count: 113

    Helps SO much! Thank you thank you thank you!

    #193767
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem, glad I could help.
    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register