This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
I created a vertical menu as a widget and I placed it with widgetised sidebar.
Now I need to align it with to the left, with margin zero, but I can’t find where can I associate a css class.
How can I associate it?
Hello,
Could you please show on a screenshot how you want the menu to be displayed?
Thank you.
Regards,
Eva Kemp.
Sure, this is the link.
http://www.laminotech.webacto.es/control-solar-termico/
It’s the menu on the left of the INFORMATE SECTION, it will have a left-padding and I want to align it to the left without margins.
From which class I can modify it?
Hello,
Try to add this code in custom.css file:
.widget_nav_menu {
margin-left: 0px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Tagged: customize css, style, template, widget menu, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up