This topic has 5 replies, 4 voices, and was last updated 5 years, 9 months ago ago by Eva Kemp
Hi there,
https://www.bshoppingcart.com/
This is my website. I’m facing a problem with Sticky Menu on my website. http://prntscr.com/ml6xi5
Check the screenshot. The menu is ok but when I scroll down the mouse on my website the menu is going into 2 lines. How can I make into 1 line like this screenshot? http://prntscr.com/ml71e7
Also, I like the sticky menu like this website. https://www.pickaboo.com/
I want a sticky menu like this website.
Hi,
Please send:
– Admin info (wp-admin URL, username, password)
I will check this problem for you.
Regards,
Hello @mddulalkhan,
To get this result http://prntscr.com/mld30u
you need to add code in Theme Options > Custom css > Custom CSS for desktop:
.fixed-header .login-link {
display: none;
}
.fixed-header .header-logo img {
max-width: 120px;
}
.fixed-header .navbar-header {
padding-right: 0.7em;
}
.fixed-header .header-logo, .fixed-header .menu-wrapper.menu-align-left {
padding-left: 0.7em;
}
.fixed-header .shopping-container .shop-text {
display: none;
}
and http://prntscr.com/mld3fk in Theme Options > Menu > Menu styling > Fixed menu links > Customize > Menu links.
All available types of the Fixed header you can find in Theme Options > Header > Fixed header.
Regards
Thank you so much
You are welcome
Feel free to contact us if you had any question
You must be logged in to reply to this topic.Log in/Sign up