Marta Posted September 23, 2020 Share 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! Link to comment
tuanphan Posted September 25, 2020 Share 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 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
Marta Posted September 25, 2020 Author Share 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 Link to comment
tuanphan Posted September 26, 2020 Share 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; } Marta 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
Marta Posted September 28, 2020 Author Share 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! Link to comment
Marta Posted September 28, 2020 Author Share 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 Link to comment
tuanphan Posted September 29, 2020 Share 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 Marta 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
Marta Posted September 29, 2020 Author Share 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! 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