This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Dear Sir
We using custom.css file to change the logo size but the navigation menu bar not align to right.
how to fix it?
https://www.dropbox.com/s/e3l3a4hma84i3pn/menubar.png?dl=0
This is my custom.css
#
.header-type-3 .logo-with-menu {width: 300px !important;}
.header-type-3 .main-nav .menu {width: 700px !important;}
#
Hello,
Please try to add this code in custom.cs:
.menu-main-menu-container {
float: right;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up