Hello,
I tried to do a negative value for the padding on the color columns at the top of the home page, but it doesn’t seem to take. I’m trying to make the boxes skinnier like on the original site below.
Hey kjwaggz,
The site returns me a white page – not sure why
Best regards,
Basilis
Odd. I just viewed it in incognito windows on multiple browsers and can see it.
Hi,
Thank you for the update. You can’t use negative values on a padding property. Please add a unique Section ID to the color section (ex: “custom-section”) then use the following css code to adjust the default padding.
#custom-section .template-page {
padding: 10px 0;
}
Best regards,
Ismael