• Resolved mandiegillmor

    (@mandiegillmor)


    Hi, I’d like to adjust the padding in the area below header and above content of page. The white area is too large and I can’t seem to find a fix with the CSS I’ve been trying. Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter mandiegillmor

    (@mandiegillmor)

    I was able to add CSS to the attributes to resolve the issue

    \’
    .row-spacing {
    margin-top: -10px;
    margin-bottom: -10px;
    }
    \’

    and
    \’
    .row-spacing {
    margin-top: -20px;
    margin-bottom: 30px;
    }
    \’

    between each widget box.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding on page below header’ is closed to new replies.