This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi, How do I adjust the fixed header menu padding/alignment. At the moment it seems to a little off centre. I would like it to be right aligned. Please advise. Thanks.
Hello,
Please add this code in Theme Options > Styling > Custom css:
.fixed-header > .container > div.navbar-toggle, .fixed-header .navbar-header {
width: auto;
}
.global-header-simple .fixed-header .menu-wrapper {
width: 75%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up