- This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Restro theme Mobile Menu Bar
I have a problem with the menu bar coming through the slider on the mobile site. How do I move the menu bar down so it doesnt cover the slider images.
my Website www.marrakeshseattle.com and marrakeshportland.com
Hi John,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css code in custom css box. If it didn’t work kindly use !important property.
@media screen and (max-width: 767px) {
.toggle a{margin-top:95px;}
}
Regards,
Shri
Yeah it didn’t work? what do you mean use import property? in where?
thx -john
nvm sorry it worked 🙂 Ok one last thing anyway to remove the logo on mobile site but keep it on the desktop site?
Thx so much!
Hi John,
Kindly replace this code in custom css box.
@media screen and (max-width: 767px) {
.header .header-inner .logo{display:none;}
.toggle a{margin-top:198px !important;}
}
Regards,
Shri
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]