Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #184373

    Hi guys. Please look at the category sorting links on this page, on the iPhone…

    http://mcalpin.net

    They are breaking bad.. instead of flush left for each link if necessary. can you advise?

    Thanks!

    #184785

    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

    #185288

    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!

    #185297

    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

    #185512

    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!!

    #185655

    Hey!

    On which elements exactly?

    Best regards,
    Yigit

    #186428

    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!

    #186607

    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

    #186900

    That did it. Thanks so much!! Amazing support. Education…

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Isotope Sorting links breaking bad on mobile…’ is closed to new replies.