Hello Everybody!
How I can reduce the height of the image and text section (see the following picture)?
Thanks for you help!
Hello Everybody!
How I can reduce the height of the image and text section (see the following picture)?
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!