Hello,
I’m trying to remove the padding from a custom HTML section (where it says ‘see our reviews on trustpilot’). I’ve tried adding a couple of different pieces of code to Assessts>theme.css from other threads, however, with no avail. My theme is Prestige, my URL is www.bestfurnitureonline.co.uk and the page is home page. Please see attached for where I want the padding removed.
Thanks all.
@matthewalker
Hello,
Please add the given code above in theme.liquid
layout >> theme.liquid
.shopify-section--bordered>.Section--spacingNormal {
padding: 30px 0!important;
}
after that,
Amazong!! Thank you so much.
After adding this code, my footer menu has appeared like this, can you advise on how to fix please? Thanks!!
@matthewalker
no this issue not created by the given code. because i remove the code given by me but issue on the footer as it is. but i will give the solution for this issue for you 
@matthewalker
this issue is related with store page width not any code. now please add this code then footer is perfect.
.Footer__Inner {
margin-left: 0!important;
margin-right: 0!important;
}
after,
