- This topic has 5 replies, 2 voices, and was last updated 9 years, 1 month 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 Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]