My website is: projektglitter.com, and I am trying to reduce the padding within the boxes for mobile as seen in the below images. Any help would be appreciated!
Hello @jlow
Please add this code in your theme. You can add this in theme.liquid file in section
Thank you!
Hi @jlow
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
div#ImageWithText–template–22377566208347__image-with-text {
padding: 24px !important;
}
.multicolumn-card__info {
padding: 10px !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly

