Change the height of "image and text" section - Supply Theme

Hello Everybody!

How I can reduce the height of the image and text section (see the following picture)?

PLages_0-1644145924279.png

Thanks for you help!

Hi @PLages

Would you mind sharing your store’s URL so we can provide a solution for your issue? Thanks!

You should decrease padding-top and padding-bottom of this section

Hi @PLages ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.feature-row .feature-row__text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

Hope it helps!

1 Like