Simon-JustGoodJuju Posted December 5, 2019 Posted December 5, 2019 I am trying to have an image on the top of each page that does not have any padding (i.e. the image bleeds right to the edge of the page. In Site Style, the minimum Site Padding size is 17px and so this is always present. How do I override the padding so that there is none. An example page where I am trying to do it is: https://justgoodjuju.com/bracelets The image at the top (under the navigation) wants to be right across the page with NO white padding at the right or left.
tuanphan Posted December 5, 2019 Posted December 5, 2019 @justgoodjuju add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1562782913306_6143 { padding-left: 0; padding-right: 0; } 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!)
Simon-JustGoodJuju Posted December 5, 2019 Author Posted December 5, 2019 @tuanphan Thank You so much - this worked great!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.