Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1394796

    the padding between yellow and green background is set at zero.
    Yet there is huge space between the two elements.
    Dave
    bestfortmyersrealestate.com

    #1394825

    Hey daves1997,

    This CSS in your child theme seems to be causing that:

    body .column-top-margin {
        margin-top: 30px;
    }

    Please try to remove it.

    Best regards,
    Rikard

    #1394831

    Removed and still have issue

    #1394839

    Hi,

    It’s still loading on the frontend, please try checking again.

    Best regards,
    Rikard

    #1394844

    Not there.
    Someplace else?

    #1394947

    Hi,

    I don’t think so no. If you want us to check for you, then we would need access to your site. Please post the details in private.

    Best regards,
    Rikard

    #1394964

    there you go

    #1395021

    Hi,

    Have you tried moving the text block after the first color section inside its own color section? This should get rid of the space below the section, which is the default bottom padding of the content container.

    Best regards,
    Ismael

    #1395141

    Did that and problem still remains.

    #1395217

    Hi,

    Thanks for the update. I’ve fixed it for you, please review your site.

    Best regards,
    Rikard

    #1395218

    Super! How did you do it?

    #1395238

    Hi,

    I added some custom CSS for you, it’s placed at the top of the Quick CSS box.

    Best regards,
    Rikard

    #1395241

    Thanks
    You can close this.

    .home .column-top-margin {
    margin-top: 0;
    }

    #1395251

    How would I modify your css for other boxes on home screen?

    #1395325

    Hi,

    It depends on what you want to do?

    Best regards,
    Rikard

    #1395364

    I want to move purple boxes up tight with green
    Dave

    #1395415

    Hi,

    Thanks for the clarification. I’ve added some more CSS for you, please review your site.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Padding’ is closed to new replies.