Wanderdoll Posted July 7, 2020 Share Posted July 7, 2020 The text on the poster expands beyond my image. How would I remove the image on mobile sites if the text is too large for it? Link to comment
Wanderdoll Posted July 8, 2020 Author Share Posted July 8, 2020 Nevermind, ended up finding it! Here's the code that worked for anyone seeing this:Â @media only screen and (max-width: 420px) { .image-block .design-layout-poster .image-inset { padding-bottom: 100% !important; }} Â Link to comment
bregvz Posted January 13, 2021 Share Posted January 13, 2021 Hi! I have a similar issue and I've been trying to fix it with all the codes in many forum but I can't. In only 2 images the text is separated www.ak-workshop.dk password: ak2020 Thank you very much! Link to comment
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 On 1/13/2021 at 7:20 PM, bregvz said: Hi! I have a similar issue and I've been trying to fix it with all the codes in many forum but I can't. In only 2 images the text is separated www.ak-workshop.dk password: ak2020 Thank you very much! Add to Design > Custom CSS /* Home Poster */ @media screen and (max-width:767px) { body.homepage .design-layout-poster * { font-size: 24px; } body.homepage .design-layout-poster .image-card.sqs-dynamic-text-container { width: 100% !important; } }  bregvz 1 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
bregvz Posted January 23, 2021 Share Posted January 23, 2021 THANK YOU @tuanphan this one worked perfect!!! tuanphan 1 Link to comment
sternmarketingllc Posted March 1, 2022 Share Posted March 1, 2022 Hello!! I've been having the same problem. My H1 header + button don't fall in place with the poster image. I've tried the codes mentioned, but no luck 😕. Any help would be appreciated!   Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/1/2022 at 12:31 PM, sternmarketingllc said: Hello!! I've been having the same problem. My H1 header + button don't fall in place with the poster image. I've tried the codes mentioned, but no luck 😕. Any help would be appreciated!   Can you share link to page where you added Posters? We can help easier 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
sternmarketingllc Posted March 8, 2022 Share Posted March 8, 2022 Yes, of course! @tuanphan site: sternmarketingllc.com password: leslie Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/9/2022 at 2:55 AM, sternmarketingllc said: Yes, of course! @tuanphan site: sternmarketingllc.com password: leslie Add to Design > Custom CSS /* Mobile-Homepage-Top poster */ @media screen and (max-width:767px) { div#block-4ea78371f8e9c3fae567 .content-fill { padding-bottom: 120% !important; } } Then save & reload the site 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
Create an account or sign in to comment
You need to be a member in order to leave a comment