LeeLee Posted March 31, 2020 Share Posted March 31, 2020 Site URL: https://www.setcollective.com.au/welcome Hi, I have this title in the middle of a banner image however it is only on desktop. How do I make this show the title in the middle of a banner on mobile too? Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .sqs-gallery-block-slideshow .meta { display: block !important; } .sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta { top: unset; left: unset; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LeeLee Posted March 31, 2020 Author Share Posted March 31, 2020 33 minutes ago, tuanphan said: @media screen and (max-width:640px) { .sqs-gallery-block-slideshow .meta { display: block !important; } .sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta { top: unset; left: unset; } } Thanks Tuanphan! That worked! - it hasn't centred though, any ideas how I can get it centred? Link to comment
LeeLee Posted March 31, 2020 Author Share Posted March 31, 2020 Just now, LeeLee said: Thanks Tuanphan! That worked! - it hasn't centred though, any ideas how I can get it centred? Think I had a space after center - Thanks so much Tuanphan!! Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 remove above and try this @media screen and (max-width:640px) { .sqs-gallery-design-stacked-slide:only-child { display: flex; justify-content: center; align-items: center; } .sqs-gallery-block-slideshow .meta { display: block !important; } .sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta { top: unset; left: unset; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.