Marta Posted September 23, 2020 Posted September 23, 2020 Site URL: http://www.primaveraleathers.com/bags I'm wondering if there's a way to make the image title appear at the top instead of the bottom in the stacked image? Please help, thank you!
tuanphan Posted September 25, 2020 Posted September 25, 2020 You mean Bag images, on desktop? 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!)
Marta Posted September 25, 2020 Author Posted September 25, 2020 Yes @tuanphan. The 2 images (I chose "stacked" design) where it says "made to order" and "one of a kind". I would like those headings with the text below where it says "enter text here" to appear on top of the images. thanks
tuanphan Posted September 26, 2020 Posted September 26, 2020 On 9/25/2020 at 8:49 PM, Marta said: Yes @tuanphan. The 2 images (I chose "stacked" design) where it says "made to order" and "one of a kind". I would like those headings with the text below where it says "enter text here" to appear on top of the images. thanks Add to Home > Design > Custom CSS div#page-5f5fabc37ae33029763ed761 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; } 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!)
Marta Posted September 28, 2020 Author Posted September 28, 2020 On 9/26/2020 at 6:51 PM, tuanphan said: Add to Home > Design > Custom CSS div#page-5f5fabc37ae33029763ed761 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; } Excellent, thank you so much!
Marta Posted September 28, 2020 Author Posted September 28, 2020 @tuanphan Just wondering though, how come the same formula didn't work on another page I tried? I entered this code: div#page-5f624f74ecc17e6fbcdbfaa2 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; } for this page http://www.primaveraleathers.com/journals and it didn't do the same thing. Is it possible to make these stack images do the same thing on every page they're used? thanks again
tuanphan Posted September 29, 2020 Posted September 29, 2020 Add to Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Add Code Block) <style> .design-layout-stack { display: flex; flex-direction: column-reverse; } </style> 14 hours ago, Marta said: @tuanphan Just wondering though, how come the same formula didn't work on another page I tried? I entered this code: div#page-5f624f74ecc17e6fbcdbfaa2 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; } for this page http://www.primaveraleathers.com/journals and it didn't do the same thing. Is it possible to make these stack images do the same thing on every page they're used? thanks again 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!)
Marta Posted September 29, 2020 Author Posted September 29, 2020 On 9/25/2020 at 7:31 AM, tuanphan said: You mean Bag images, on desktop? 5 hours ago, tuanphan said: Add to Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Add Code Block) <style> .design-layout-stack { display: flex; flex-direction: column-reverse; } </style> Wonderful, thank you so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.