mathildenicoline Posted January 28, 2022 Posted January 28, 2022 Site URL: http://www.mathildenicolinebergersen.com/priser On the gallery-blocks in 7.1 the caption is only displayed on desktop, is there a code to make them show on phone as well? And just noticed: Is there no lightbox-option in gallery blocks?
tuanphan Posted January 29, 2022 Posted January 29, 2022 On 1/28/2022 at 5:50 PM, mathildenicoline said: Site URL: http://www.mathildenicolinebergersen.com/priser On the gallery-blocks in 7.1 the caption is only displayed on desktop, is there a code to make them show on phone as well? And just noticed: Is there no lightbox-option in gallery blocks? Add to Design > Custom CSS /* gallery block caption mobile */ @media screen and (max-width:767px) { .sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .sqs-active-slide .meta { display: block !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mathildenicoline Posted February 8, 2022 Author Posted February 8, 2022 On 1/30/2022 at 12:06 AM, tuanphan said: Add to Design > Custom CSS /* gallery block caption mobile */ @media screen and (max-width:767px) { .sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .sqs-active-slide .meta { display: block !important; } } Thank you 🥰
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment