DennisPetri Posted April 14, 2021 Share Posted April 14, 2021 Site URL: https://www.groeienontwikkelingscoach.nl/ Hi there, I have a question about the "collage" mode on my website. The amount of text that I have written for every section makes that the images are displayed larger and therefore I would like to change the dimension / ratio. A bit larger text-box, a bit wider and a slightly smaller image-box should to the trick. It is most important for the first section, the header. Can someone help me with this? Thanks in advance, Dennis Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 Try adding to Design > Custom CSS /* banner collage image */ div#block-2a137ee2528baba170d6 figcaption { width: 70%; } div#block-2a137ee2528baba170d6 figcaption .image-card.sqs-dynamic-text-container { padding: 10px; width: 100% !important; margin-left: 0; } 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!) Link to comment
hilaryb Posted August 31, 2021 Share Posted August 31, 2021 On 4/15/2021 at 6:40 AM, tuanphan said: Try adding to Design > Custom CSS /* banner collage image */ div#block-2a137ee2528baba170d6 figcaption { width: 70%; } div#block-2a137ee2528baba170d6 figcaption .image-card.sqs-dynamic-text-container { padding: 10px; width: 100% !important; margin-left: 0; } Is there a way to also shift the card to the left? (http://hilarybeckwith.com/main-page) Link to comment
tuanphan Posted September 3, 2021 Share Posted September 3, 2021 On 9/1/2021 at 5:48 AM, hilaryb said: Is there a way to also shift the card to the left? (http://hilarybeckwith.com/main-page) Add to Design > Custom CSS /* Landing page - Shift Collage Image to left */ body#collection-611040dddd6e3f30b8d603a1 .design-layout-collage>.intrinsic>div { left: -10%; } 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!) Link to comment
hilaryb Posted September 3, 2021 Share Posted September 3, 2021 15 hours ago, tuanphan said: Add to Design > Custom CSS /* Landing page - Shift Collage Image to left */ body#collection-611040dddd6e3f30b8d603a1 .design-layout-collage>.intrinsic>div { left: -10%; } Thank you, but I want to shift the CARD to the left, not the image. Is there a way to do that? Link to comment
tuanphan Posted September 5, 2021 Share Posted September 5, 2021 On 9/3/2021 at 11:08 PM, hilaryb said: Thank you, but I want to shift the CARD to the left, not the image. Is there a way to do that? Use this new code div#block-2a137ee2528baba170d6 img { position: relative !important; left: -10% !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!) Link to comment
MeganG901 Posted February 14, 2022 Share Posted February 14, 2022 Any way to do the opposite? Have the image bigger than the caption? Link to comment
tuanphan Posted February 19, 2022 Share Posted February 19, 2022 On 2/14/2022 at 9:51 AM, MeganG901 said: Any way to do the opposite? Have the image bigger than the caption? Can you share link to page where you have problem? We can check easier 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!) 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