Home Forums Pro Themes Construction Base Pro White Block on bottom of Homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #205071
    Mitch Lawrence
    Participant

    Hi for some reason on my homepage their is a random white block bottom left above the widgets. I have set the background to white for now so this isn’t as obvious but I could do with knowing how to remove it so I can change the background colour back to black.

    Please could you advise how to remove this?

    Thanks
    Mitch

    #205074
    Psink
    Keymaster

    @mitchlawrence, Could you please share your site URL? We will inspect from our side and let you know the solution

    #205092
    Mitch Lawrence
    Participant

    wwww.mjlconstructionservices.co.uk

    The issue is at the bottom left just above the homepage widgets.

    The background is currently white to make it less noticeable but I wanted the background black.

    If you could help me remove the white line that would be great.

    Thanks
    Mitch

    #205104
    Psink
    Keymaster

    You can add this CSS to Additional CSS to hide that gray vertical line

    .home #content .entry-content-wrapper{
    border-left: none;
    }

    • This reply was modified 2 months ago by Psink.
    #205151
    Mitch Lawrence
    Participant

    Thank You.

    Their is also a similar line on the left handside on the post pages. Please could you give me the CSS to also remove this?

    Thank you
    Mitch

    #205183
    Psink
    Keymaster

    Could you please try this one CSS

    .entry-content-wrapper {
    padding-left: 0px;
    padding-top: 0px;
    border: none;
    }

    Let us know if it does not helps

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