Secondary menu Custom CSS not working
Hi there,
I wanted to change left margin of the secondary menu.
With firebug i found this CSS and changed it accordingly. (in firebug the change worked)
But when I place the css in the Theme Options Custom CSS it does not work.
.header-stack.header-right #Top_bar
.secondary_menu_wrapper {
left:110px; (i changed this to 110px, this was 10px)
right:auto;
}
----------------
Wordpress 4.1.1 installed - Multisite with Child Theme installed
Newest BeTheme and all plugins are up to date.
Comments
if this css works in Firebug and does not work in Custom CSS section, there could be 2 issues:
1) You did mistakes/errors in previous css and after that any code below won't work at all.
2) You use cache and that's why you don't see changes.