groundsy Posted November 29, 2019 Share 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 Link to comment
tuanphan Posted November 29, 2019 Share 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 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
groundsy Posted December 1, 2019 Author Share Posted December 1, 2019 Thank you tuanphan, that worked perfectly! Link to comment
groundsy Posted December 1, 2019 Author Share 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 Link to comment
tuanphan Posted December 2, 2019 Share 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 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.