hi, I want to remove this padding margin. please help me out. this is between the featured collection and the rich text section.
Hi @mehwish-ali
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Thanks for the info, Do you mean this one? If it is, check this one then.
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:
div#shopify-section-cf401ec4-3ebc-46af-8e64-62dc661da5ff {
padding-top: 0px !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
it worked. can I also reduce the margin between featured collection products and the view button? plus heading bellow and video section
