jenniferboddam Posted September 16, 2021 Share Posted September 16, 2021 I'm trying to get several horizontal lines on my site to be full width, not all of them. I am using #block-yui_3_17_2_1_1631810515381_17071 { width: 100% !important; } to target a specific one, but it only extends to the right and not the left I tried targeting hr as well and it didn't work Ideally I'd like to have two lines in some places a few pixels apart, I've attached a screen shot I've tried using #block-yui_3_17_2_1_1631812436781_3916 {width: 100% !important; padding-top: -100px !important;} as well and I'm not seeing any movement. How do you target the specific lines to be full bleed? site is https://flugelhorn-seahorse-lzrb.squarespace.com/ pw: design123 Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 You need to add 2 lines in their own section, then let me know. We can give the code to make them fullbleed. 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
jenniferboddam Posted September 19, 2021 Author Share Posted September 19, 2021 @tuanphan ok I added a section with two lines on the home page, right above the footer/below the reviews section id: section[data-section-id="6147c33758d0d12c942cc8fd"] Link to comment
tuanphan Posted September 21, 2021 Share Posted September 21, 2021 On 9/20/2021 at 6:11 AM, jenniferboddam said: @tuanphan ok I added a section with two lines on the home page, right above the footer/below the reviews section id: section[data-section-id="6147c33758d0d12c942cc8fd"] Add to Design > Custom CSS /* Lines fullwidth */ [data-section-id="6147c33758d0d12c942cc8fd"] .content-wrapper { padding-left: 0 !important; padding-right: 0 !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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
jenniferboddam Posted September 21, 2021 Author Share Posted September 21, 2021 @tuanphan Thank you! if I wanted to make them really close together how would I target that, doing padding top/bottom doesn't seem to effect it ? Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 On 9/22/2021 at 2:07 AM, jenniferboddam said: @tuanphan Thank you! if I wanted to make them really close together how would I target that, doing padding top/bottom doesn't seem to effect it ? Use this code /* Lines fullwidth */ [data-section-id="6147c33758d0d12c942cc8fd"] .content-wrapper { padding-left: 0 !important; padding-right: 0 !important; max-width: 100% !important; } .horizontalrule-block { padding: 0px; } 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
jenniferboddam Posted September 24, 2021 Author Share Posted September 24, 2021 @tuanphan thanks! that worked great!, is there a way to target just the lines though and not everything in the section? Link to comment
tuanphan Posted September 27, 2021 Share Posted September 27, 2021 On 9/25/2021 at 2:22 AM, jenniferboddam said: @tuanphan thanks! that worked great!, is there a way to target just the lines though and not everything in the section? use this class Quote [data-section-id="6147c33758d0d12c942cc8fd"] .horizontalrule-block 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