Site logo

Archived topic

Reducing white space in an area I can't seem to access via GB or WP customiser

5 replies · Started by CRAIG on May 17, 2021

Viewing posts 1–6 of 6

I have privately added a link to a screenshot showing the exact area I can't seem to access via Generate Blocks Pro or Wordpress customiser. Red pen = area.

All I want to do is reduce this white space to about half of its current height.

Could you please suggest a way to do this?

Thanks,

Craig

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Sure thing Leo, link added

Looks like you were able to remove most of the space?

The rest of the space is coming from the margin on the hr tag plus an empty paragraph:
https://www.screencast.com/t/Ls4fWyMHf

You can reduce the margin with the hr tag with this CSS:

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

Hi Leo,

Thanks this is really helpful

Craig

No problem :)

This archived topic is closed to new replies.