Home › Forums › IT Consultant Support › IT Solution – Mobile
- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
February 25, 2019 at 11:27 pm #117842
Hello,
I am seeing an issue on the IT Solution theme where the mobile menu button does not activate any menu. It would also be much better mobile UX for the sliders to be “clickable” on mobile – at this point it does not look like the CTA buttons are there on mobile.
Can you assist with this?
Thanks
February 26, 2019 at 6:58 am #117883Hi,
Kindly show us your website URL please?
Regards,
DaveFebruary 26, 2019 at 6:59 am #117884Thanks for your response, it is http://batsols.com/.
February 26, 2019 at 8:57 am #117898Hi,
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 !important;} }
Regards,
DaveFebruary 26, 2019 at 6:15 pm #117950Thanks Dave! Is it possible to get the sliders to be clickable on mobile, either by adding the CTA buttons there or otherwise? And is it possible to change the shape of the slider on mobile so the slides fill more vertical space? The icons don’t show up until the scroll so it looks VERY off.
Thanks again for your help.
February 27, 2019 at 5:31 am #117974Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .nivoSlider img { max-width:170% !important; width:170% !important; margin-left:-30%;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.