Change vertical and horizontal padding/margins on product and home page

How do I change the padding/margins to be closer vertically and hitting the edge horizontally for the prestige theme? Attached image of my theme:

Reference:

Hello @stefasquith ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.products-section {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

Save and preview

Hope this can help.

Ali Reviews team.

H, @stefasquith .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

ul#Slider-template--19556170563895__featured_collection {
    padding: 0px 20px 20px 20px;
}

Result.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

I don’t have the base.css folder this is for the prestige theme