Home › Forums › All Other Themes › Restro theme Mobile Menu Bar
- This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
January 23, 2016 at 1:17 am #19838
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.
January 23, 2016 at 3:28 am #19841my Website www.marrakeshseattle.com and marrakeshportland.com
January 25, 2016 at 9:28 am #20089Hi 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,
ShriJanuary 25, 2016 at 8:27 pm #20213Yeah it didn’t work? what do you mean use import property? in where?
thx -johnJanuary 25, 2016 at 8:34 pm #20214nvm 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!January 27, 2016 at 5:53 am #20358Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.