Home › Forums › All Other Themes › Military Theme Mobile Navigation
- This topic has 4 replies, 2 voices, and was last updated 4 years ago by
Forum Moderator.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
March 4, 2019 at 7:43 pm #118496
Hello, if you visit www.screamineaglemarine.com on a mobile device you’ll notice the 3 lines in the top right corner which is the navigation isn’t working.
Any idea how to fix this?
March 5, 2019 at 6:43 am #118558Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #simple-menu { z-index:99999999;} }
Regards,
ChrisMarch 5, 2019 at 9:42 am #118600Awesome. Thank you!
March 5, 2019 at 9:46 am #118601Could you help out with two more things I just noticed:
1) On mobile view, the caption to the slider doesn’t show.
Also,
2) How can I display a different footer menu in footer widget section? default one is [footermenu]
Thank you!
March 5, 2019 at 10:42 am #118609Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .home.has_trans_header .nivo-caption { padding-top:0 !important;} .nivo-caption .title { padding-top:0 !important;} .nivo-caption .slidedesc { display:block !important; margin-bottom:0 !important; line-height:22px !important;} .nivo-caption .slidebtn { display:table !important;} }
Regards,
Chris -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.