groundsy Posted November 29, 2019 Posted November 29, 2019 Is there anyway to have zero padding on a code block and make the block full page width? The block is jutting out to the right which I want left justified with zero padding, to go full page width. www.shoppersguide.com.au
tuanphan Posted November 29, 2019 Posted November 29, 2019 add to home > Design > Custom CSS div#block-yui_3_17_2_1_1574418104344_4910 { padding-left: 0; padding-right: 0; } .content-wrapper { padding-left: 0 !important; padding-right: 0 !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!)
groundsy Posted December 1, 2019 Author Posted December 1, 2019 Thank you tuanphan, that worked perfectly!
groundsy Posted December 1, 2019 Author Posted December 1, 2019 Is there anyway to stop this effecting the footer information? The footer now has zero padding, but I want the padding to remain here
tuanphan Posted December 2, 2019 Posted December 2, 2019 @groundsy REmove the code I sent and use this div#block-yui_3_17_2_1_1574418104344_4910 { padding-left: 0; padding-right: 0; } main#page .content-wrapper { padding-left: 0 !important; padding-right: 0 !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.