silversage Posted May 22, 2020 Share Posted May 22, 2020 Site URL: https://www.flowerchildthefilm.com/ In 7.1 is there a way to align blocks to the top and bottom of a section? I have a top aligned section with an image block at the top (holding a .png). Below that I've got some text (A Film By...) which I'd like to align to the bottom of the section, basically near the bottom of the background image. Using spacer blocks or inserting line breaks just distorts the background image's scale, which I'd rather keep as is. Anybody have any thoughts? Link to comment
tuanphan Posted May 25, 2020 Share Posted May 25, 2020 Add to Home > Design > Custom CSS div#block-810c95143a9ae3c8f608 { position: absolute; bottom: 0; right: 0; } 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
silversage Posted May 25, 2020 Author Share Posted May 25, 2020 Thanks tuanphan, That CSS puts the text to the bottom and left of the title .png, however I'm trying to get the text down to the bottom of the landscape photograph that's the background. I suppose I can adjust your CSS to something like bottom: -325px; but that doesn't end up being responsive. Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 try this div#block-810c95143a9ae3c8f608 { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } 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
silversage Posted May 27, 2020 Author Share Posted May 27, 2020 Yes, that's very close to what I had in mind. I can make that work. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.