Hi! Could someone help me with reducing the padding on the two Featured Product Content Blocks on this page: https://www.switchbacksports.com/pages/boot-fitting these are technically products, we use an app to change the buy buttons to be able to schedule a time, so would like to continue to use Featured Products. Also, I want to make sure it only applies to this template - not universal. Had some issues in the Custom CSS within the template, and looks like maybe I need to edit the Global CSS.
1 Like
@chels_grove , go to theme.css and add the following code :
div#shopify-section-template--17093788041446__4427845f-9dce-4071-b67b-55929582f99d {
margin-bottom: 0 !important;
}
Please add this code below to theme.liquid file after element
