How can I eliminate excess padding from my about page's blue text section?

Hello,

I am wondering how to remove some excess padding from the blue text section in my about page.

https://6k42n5k2bdsmbsm0-60882223346.shopifypreview.com

Let me know if this can be done.

Thanks!

1 Like

Hi @GildedSocial ,

It not a padding its te height of it.

Try this.

  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” 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.
.homepage-indiv-section-wrapper.grid--full.homepage-featured-content-wrapper {
    min-height: auto;
}

Result:

I hope it help.

Apply padding: 0px on this class in css file