REMOVE Spacing

Hi y’all

I need your help to fix this - to remove the spacing on the part that has an X

Here is the URL https://ultrabrightlightz.com/?_ab=0&_fd=0&_sc=1

1 Like

Hi @alexxxD

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:
.shopify-section.cc-collection-banner.section.section--template, .shopify-section.cc-rich-text .section {
    margin: 20px;
}

.shopify-section.cc-collection-products.section {
    margin-top: 20px;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like

@Made4uo-Ribe it works!! thank you!

But the Product Description have the same issue -

how can I fix this brother? - https://ultrabrightlightz.com/collections/lighting/products/ubl-u-lite-v2-surface-mount

Welcome! Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

For that issue, you will need to edit the Liquid code, which requires access to your store. You will need a developer to handle it.