Hey,
Add this to your custom css box in Theme Options > Advanced Settings:
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
Hope it helps!
Hannah
Its not working. I am not able to see the option to add the category to my site.
prabhat_1july,
Can you explain what isn’t working? What is your site url?
Where are you trying to add a category?
Kadence Themes
Hi, My site is under development stage.
http://www.ShopArena.in
Please advise me how to change the background color for secondary menu bar.
Also advise how to put the menu bar to left.
Hey prabhat_1july,
You can use css like to change the background of the secondary navigation menu bar:
.navclass {
background: #999;
}
Just change out the color for your own and paste in your custom css box in Theme Options > Advanced Settings.
What do you mean put the menu bar to left?
Hannah