michaeluwagbai Posted July 8, 2020 Share Posted July 8, 2020 I need to to basically look like this (see photo below). It’s difficult just to add galleries with text in this format i’ve used. I need to be able to add multiple rows like this in an easier way. Basically, this is what I need it to do, but in an easier way https://www.youtube.com/watch?v=pPCkCLZ82vA Please let me know if this can be done, i’ve spent hours trying to figure it out. Thank you Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 You can add Text Block (left) - Gallery Slideshow Block (right)? 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
JNols Posted July 13, 2020 Share Posted July 13, 2020 following. @tuanphan doesn't look like you can do that in 7.1 Link to comment
michaeluwagbai Posted July 13, 2020 Author Share Posted July 13, 2020 30 minutes ago, JNols said: following. @tuanphan doesn't look like you can do that in 7.1 Yeah, you have to do it with custom coding Link to comment
buellfire Posted July 19, 2020 Share Posted July 19, 2020 Any updates on this? I am also wanting to add a header text to a gallery section, but it looks like you can't actually add anything else to it. Link to comment
michaeluwagbai Posted July 19, 2020 Author Share Posted July 19, 2020 41 minutes ago, buellfire said: Any updates on this? I am also wanting to add a header text to a gallery section, but it looks like you can't actually add anything else to it. melody495 1 Link to comment
buellfire Posted July 19, 2020 Share Posted July 19, 2020 Yeah that's great if you want to use the gallery block...which I don't. I'm wanting to use the gallery SECTION, which is different. Right now it doesn't appear that you can edit those and add text, so I had to add adjacent sections and then reduce the padding between individually. Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 16 hours ago, buellfire said: Any updates on this? I am also wanting to add a header text to a gallery section, but it looks like you can't actually add anything else to it. Simple text or? Can you describe desired layout? We can use some CSS to add simple text above gallery 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
buellfire Posted July 23, 2020 Share Posted July 23, 2020 On 7/20/2020 at 4:05 AM, tuanphan said: Simple text or? Can you describe desired layout? We can use some CSS to add simple text above gallery Thank you! I'd just like to copy the <h2> title font decoration is all. Simple text! Link to comment
minnieosc123 Posted May 2, 2022 Share Posted May 2, 2022 I also want to do this - but add text above a gallery section. Please could you share the code to do this? Thanks x Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 On 5/2/2022 at 5:39 PM, minnieosc123 said: I also want to do this - but add text above a gallery section. Please could you share the code to do this? Thanks x Can you share link to page where you use gallery section? We can give code 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
nicki-patsios Posted June 14, 2023 Share Posted June 14, 2023 (edited) @tuanphan Can you help regarding the spacing here? I want tight margins to match the sides of the website. I used the tutorial above to create the text next to gallery layout. What do I need to do to the CSS? Please and thank you! 🙏 web link: https://decagon-mandarin-n9k8.squarespace.com/about pw: help Edited June 14, 2023 by nicki-patsios Link to comment
tuanphan Posted June 16, 2023 Share Posted June 16, 2023 On 6/15/2023 at 1:02 AM, nicki-patsios said: @tuanphan Can you help regarding the spacing here? I want tight margins to match the sides of the website. I used the tutorial above to create the text next to gallery layout. What do I need to do to the CSS? Please and thank you! 🙏 web link: https://decagon-mandarin-n9k8.squarespace.com/about pw: help Add this to Design > Custom CSS .gallery-slideshow { padding: 0px !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
nicki-patsios Posted June 16, 2023 Share Posted June 16, 2023 @tuanphan this is the result. I still want a margin to the left and to minimize the spacing at the top. How can we accomplish that? Link to comment
tuanphan Posted June 20, 2023 Share Posted June 20, 2023 On 6/17/2023 at 5:16 AM, nicki-patsios said: @tuanphan this is the result. I still want a margin to the left and to minimize the spacing at the top. How can we accomplish that? You can use this instead, then you can adjust value .gallery-slideshow { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment