- This topic has 3 replies, 2 voices, and was last updated 7 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Perfect Forum › Perfect theme – menu disappears on mobile and tablet
Hi,
The navigation menu doesn’t show up on the tablet/mobile version of the Perfect theme. www.sacautoshow.com/sas
Any suggestions? Thanks for your help.
Diane
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo img { height:auto; width:80%;}
.logo .desc { font-size:16px;}
.header #simple-menu .fa-bars { color:#fff !important;}
#simple-menu {color: #ffffff; z-index: 1000000000;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.header #simple-menu .fa-bars { color:#fff !important;}
#simple-menu {color: #ffffff; z-index: 1000000000;}
}
Regards,
Chris
Awesome! Thank you!
Hi Diane,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/
Regards,
Chris
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 […]