• As you will see there is a white rectangle containing text. Unfortunately it’s overlapping the text and pics below. I’ve been unable to fix this by introducing space etc. I also tried some additional CSS code but that doesn’t work either:

    .cont-form-section {
    background-color: transparent;
    border: none;
    }

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @davidmwright,

    I see that you are having a display layout issue. Let’s try and sort this out.

    It appears that there’s a CSS code that adds 20px margin to the bottom section:

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        color: #0f0f16;
        margin: 0px 0 20px;
        font-weight: 600;
        word-wrap: break-word;
    }

    If you can remove the 20px margin, then the issue will be resolved. See image: https://share.zight.com/OAu7y6yk

    I hope this helps.

    Thread Starter DavidMWright

    (@davidmwright)

    Thanks so much for your very quick reply! I’m a relative novice with WordPress – how do I access the HTML code to make this edit please?

    How you can access HTML code will be up to your theme or page builder.

    On the other hand, you can simply overwrite the existing code using this snippet:

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    
        margin: 0px !important;
    
    }

    Add this to your Appearance > Customize > Additional CSS.

    You can also learn from this article.

    Thread Starter DavidMWright

    (@davidmwright)

    Thanks again! Unfortunately this hasn’t solved the problem. I’ve tried leaving the existing CSS code in place, and removing it, but the results are just the same.

    Moderator t-p

    (@t-p)

    Looking at your site, you use spicepress theme.

    If you still need assistance, I recommend asking at https://www.ads-software.com/support/theme/spicepress/#new-post so its developers and support community can help you with this.

    Thread Starter DavidMWright

    (@davidmwright)

    Thanks t-p. The site in question is not my own, but for a friend. It uses the Stacy theme. Maybe I need to seek help from them?

    Moderator t-p

    (@t-p)

    Okay, here is stacy theme’s dedicated support forum: https://www.ads-software.com/support/theme/stacy

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘White background overlapping text’ is closed to new replies.