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

Sign In or Register to comment.