Removing White Space Above and Below Blocks

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Christian J
    Senior Member
    • Sep 2022
    • 100

    Removing White Space Above and Below Blocks

    Please help me. In my site, there is a persistent white space above the cover block and below the contact form.
  • Ryaan J.
    Senior Member
    • Apr 2022
    • 108

    #2
    You can apply the following CSS to Removing White Space Above and Below Blocks:
    .trawell-main {
    margin-top: 0;
    }
    .trawell-section {
    margin-bottom: 0;
    }

    OR

    section#container {
    padding: 0px !important;
    margin-top: 100px !important;
    }​

    Comment

    Working...
    X