surfspook Posted August 21, 2022 Share Posted August 21, 2022 (edited) Hi, I would like to make all of the horizontal black lines full width  https://drum-bulldog-l9ef.squarespace.com/how-to-plan-an-elopement-in-margaret-river  Is there some custom CSS I can use so that these black lines run the full width of the page?  Thanks 🙂 Edited August 21, 2022 by surfspook Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 Try adding to Design > Custom CSS hr { width: 3500px !important; margin-left: -1000px; } html, body { overflow-x: hidden; }  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
surfspook Posted August 21, 2022 Author Share Posted August 21, 2022 Thanks for the quick response. I think I didn't explain what I was after correctly - I only want the horizontal line to run to the width of the photos on the page. This code makes the line run past the edges of the photos. I thought this was "full width" but maybe I have explained this incorrectly. Please see the screenshot, I hope this makes sense 🙂 Link to comment
tuanphan Posted August 23, 2022 Share Posted August 23, 2022 On 8/21/2022 at 4:05 PM, surfspook said: Thanks for the quick response. I think I didn't explain what I was after correctly - I only want the horizontal line to run to the width of the photos on the page. This code makes the line run past the edges of the photos. I thought this was "full width" but maybe I have explained this incorrectly. Please see the screenshot, I hope this makes sense 🙂 Add to Design > Custom CSS div.horizontalrule-block { width: 100% !important; max-width: 100% !important; }  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
surfspook Posted August 24, 2022 Author Share Posted August 24, 2022 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