WordPress default menu sidebar

Posted in: Newsmag
Post count: 62

Hi Tagdivvers,

I tried to create a menu in my sidebar with 2 columns but it does not work like I want. I think it happens because the default wordpress menu is not supported by the newsmag theme…

Could you please help me?

What I have:

What I need:

Post count: 6600

Hi,

I believe that is how the WordPress custom menu widget initially designed to work as it actually a widget and supposed to be used in the sidebars.
It is supported by newsmag theme but unfortunately it doesn’t work like you would want and you would need custom work to modify it like you want.
Sorry for the inconvenience!

Thanks for the message!

Post count: 62

I think it still doesn’t work well with your theme because there is no border around the widget and the heading tag doesn’t have the same background color as all other headings…

Any idea how to fix this?

Post count: 6600

Hi,

The widgets borders were initially conceived and designed this way as the you can’t add an option to disabled if not wanted so you can add it by using this custom css, like this: http://screencast.com/t/GkB5brdr45hH

.widget_nav_menu {
border-top: 1px solid #e6e6e6;
}

Regarding the color please note that from my tests all turned out to appear well but if you want to change it’s color you can also do it via css, like this: http://screencast.com/t/QWg7Qkc8My

.widget_nav_menu .widgettitle{
background-color: #D51111;
}

Thanks

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