Hi guys. Please look at the category sorting links on this page, on the iPhone…
They are breaking bad.. instead of flush left for each link if necessary. can you advise?
Thanks!
Hey mgma!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.main_color #js_sort_items { font-size: 16px; }}
Regards,
Yigit
Thanks Yigit! That did it.
Also, I just noticed… the controls for the slideshow within these AJAX portfolios…. shows on mobile. How can I hide these on mobile/tablet resolutions… and just leave them auto-rotating and swipable?
Thanks again!
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) { #top .avia-slideshow-arrows a { display: none; }}
Best regards,
Yigit
Thanks. Yep, that did it. It seems the lightbox on these is enabled now, on mobile… it is still disabled (you gave me this code a while ago) for the desktop. But how can I make sure it’s disabled on mobile too?
Thanks for all your help with this!!
The AJAX portfolio images. They still open a lightbox, or try to, on mobile. Take a look at http:..mcalpin.net on the iPhone for instance… and choose one of the portfolio pieces. If you choose the Mesaging/Branding post, you’ll see that tapping on any of these photos brings up a lightbox. It shouldn’t. Also… although the arrows for the slideshow are gone… the little dots are still there. Can er get rid of those also?
Thanks Yigit!
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) { .avia-slideshow-dots { display: none; } }
Best regards,
Yigit
That did it. Thanks so much!! Amazing support. Education…