On my homepage https://genuineessiac.com/ I want some space between my slideshow and the image below on the homepage. How may I achieve that?
1 Like
1 Like
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- 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:
#shopify-section-1614748204b96b47f1 > div {
margin-top: 50px !important;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @GenuineEssiac ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about Spacing Issue, let’s try this solution:
Online Store ->Theme ->Edit code->theme.liquid
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Thank you!
You are very welcome

