• Hey everyone! Wondering how I can get my lightbox tab to work on a mobile device. In my portfolio section, I have my portfolio pieces to open in a lightbox. Seems to work fine on a desktop but on my mobile, it is just dark and does not expand into the lightbox. Any help would be appreciated, thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 480px) {
    .swap-inner {
    background-color:unset!important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Lightbox tab feature on mobile’ is closed to new replies.