This topic has 6 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi,
I’d like the side menu to look like the Marc Jacobs menu – meaning text center aligned. How to achieve this?
http://www.marcjacobs.com is the example…
Thanks!
Hello,
Please provide us with your site url.
Thank you.
Best regards,
Jack Richardson.
Hi,
The site URL is http://www.maryuu.com/ I have attached the account details in secret area below since it’s currently displaying the Coming Soon page for public.
Hello,
Try to add the following code in Global Custom CSS (theme options->Custom css)
.menu > li > a{
float:none;
}
.navbar-collapse.collapse{
left: -10%;
}
Regards,
Robert Hall.
This worked, thanks! Any idea why the menu is disappearing when scrolling down on the page? It seems like it’s diverting to the responsive mode or something…
Hello,
I’ve added this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
overflow: inherit;
}
Clear browser cache and check menu now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up