Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #908746

    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.

    http://www.hoffmanhomeinspection.com/

    Image 2018-02-06 at 10.51.46 AM.png

    #908812

    Hey kjwaggz,

    The site returns me a white page – not sure why

    Best regards,
    Basilis

    #908826

    Odd. I just viewed it in incognito windows on multiple browsers and can see it.

    #909141

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.