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:
Thanks
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:
Thanks
Hi @urbantis ,
You have a padding on top. Try the code below to set it to zero.
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--half-width.multicolumn-card-spacing {
padding-top: 0;
}