How can I adjust the top padding of an icon section to match the bottom?

How can I make the section with the icons on this website with the same top padding like I have on bottom, not it looks higher on top

website:

https://www-noodeskin-com.myshopify.com

no password

image of section in question:

https://ibb.co/zR2Rzdb

Thanks

1 Like

Hi @urbantis ,

You have a padding on top. Try the code below to set it to zero.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--half-width.multicolumn-card-spacing {
    padding-top: 0;
}