Home › Forums › All Other Themes › mobile menu view – Yacht and Cruise
- This topic has 8 replies, 2 voices, and was last updated 4 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
June 21, 2020 at 8:22 pm #155061
Please I am having issues with the mobile menu navigation after using this theme and elementor. The site link is panafparalegal.com
Thanks
June 22, 2020 at 8:10 am #155134Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { #simple-menu { z-index: 999999; position: relative; } }
Regards,
ChrisJune 23, 2020 at 8:51 am #155337Thanks. This solved it but I still have an empty space close to the copyright footer appearing on mobile. Can you please solve that as well. thanks
June 23, 2020 at 11:52 am #155364Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .footer-infobox { display:none !important;} }
Regards,
ChrisJune 26, 2020 at 1:18 pm #155601Thanks for your reply, however after uploading the site logo 100px by 100px, the display on mobile is terrible. Your quick response as usual will be highly appreciated
June 26, 2020 at 1:33 pm #155604Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .logo { max-width:80px !important;} }
Regards,
ChrisJune 26, 2020 at 6:58 pm #155613thanks for your reply. Currently this is what is in the custom css
span.desc{display: none;}
@media screen and (max-width:767px) {
#simple-menu {
z-index: 999999;
position: relative;
}
.footer-infobox { display:none !important;}
.logo { max-width:80px !important;}
}Search icon on the menu and the button on the menu has stopped working on mobile view. The site again is panafparalegal.com
Thanks you
June 26, 2020 at 7:02 pm #155614Tablet view for the logo on the menu not showing properly too. Button and search button not working on tablet view. Thanks
June 29, 2020 at 10:52 am #155709Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .has_trans_header .header_wrap { position: relative !important; } }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.