Site logo

[Resolved] Reducing white space in an area I can’t seem to access via GB or WP customiser

Home Forums Support [Resolved] Reducing white space in an area I can’t seem to access via GB or WP customiser

Home Forums Support Reducing white space in an area I can’t seem to access via GB or WP customiser

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1783856
    CRAIG

    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

    #1784914
    Leo
    Staff
    Customer Support

    Hi there,

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

    You can use the private information field.

    Let me know 🙂

    #1784938
    CRAIG

    Sure thing Leo, link added

    #1785861
    Leo
    Staff
    Customer Support

    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;
    }
    #1786033
    CRAIG

    Hi Leo,

    Thanks this is really helpful

    Craig

    #1786049
    Leo
    Staff
    Customer Support

    No problem 🙂

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