- This topic has 5 replies, 2 voices, and was last updated 5 years, 2 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 http://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
In this digital era, catapulting your business portfolio isn’t that difficult. Making your business more impressive and acceptable has gotten more comfortable with the help […]
When you are in the process of setting up your first business website, the one thing that you may want to pay attention to is […]
Change login Logo in WordPress procedure and steps both manual and using plugins are explained. If you have a WordPress website where multiple users access […]