Topic summary
A user encountered an unwanted additional line appearing on their Shopify store webpage and shared a screenshot showing the issue.
Problem Identification:
After some back-and-forth to obtain the store URL (www.purpex.in), support identified the issue stemmed from excessive margin-top spacing in the site’s base.css file.
Solution Provided:
Two support members offered the same fix:
- Navigate to: Online Store → Themes → Actions → Edit Code → base.css
- Search for
.section+.sectionin the CSS file - Change or add:
margin-top: 0px !important;
Screenshots were provided showing exactly where to locate and modify the code. The original poster accepted the solution, indicating the issue was resolved.
Hello @AbhishekRaj , Please share your store URL and password.So that I will check and let you know the exact solution here.
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
HEllo @AbhishekRaj
Please provide URL and password of your website.
sure it’s muniradha003@gmail.com
and password is [email removed]
Please share your store website URL and password. Not a mail and password.
Are you working on it?
You not give a website URL or Preview link with password. so i can’t see it where the issue is occurring. Please share your store URL and password.So that I will check and let you know the exact solution here.
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
If you will provide us your website link then only we can give you solution, after checking it.
sure here is the link of my website.
www.purpex.in
can you please look into that?
Hello its comes from the margin-top from your base.css file. Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. open “base.css”
- Edit the following code at the end of the file.
Search “.section+.section” and set it margin-top: 0;
See the screenshot below,
Hello @AbhishekRaj
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
.section+.section {
margin-top: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution
Please hit like button also.





