Add Spacing on Sides on my cover image on my website main home page

i want like that spacing on my cover photo :backhand_index_pointing_down: so please guide related to that

i am using studio theme

1 Like

Please provide a link to your store

Hi @Ahmed_1_1 ,

Would you mind to share your URL website? with password if its protected. Thanks!

https://thegiftway.com/

1 Like

https://thegiftway.com/ here it is

Thank you for the information. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
section#shopify-section-template--20037280989482__5e8dc915-ec77-42b7-9109-1055743c7ef1 {
    padding-left: 5%;
    padding-right: 5%;
}

Result:

I hope it help.

thanks bro it worked