• Resolved anopro

    (@anopro)


    Hello,

    I’m working on a website and am having trouble removing this white box that’s on top of my black background on EVERY PAGE and removing the space between the header and the footer. I use Elementor for drag and drop editing and I’m having no luck with the codes I’ve looked up. I’m using the Sydney Demo Theme.

    https://anoproductions.com

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @anopro

    Try this CSS

    .page .page-wrap .content-wrapper{
        padding: 0px !important;
    }
    .content-area .hentry:first-child {
        padding-top: 0px;
    }
    .page .entry-header {
        margin-bottom: 0px;
    }
    .entry-footer {
        margin-top: 0px;
    }

    Thanks

    Thread Starter anopro

    (@anopro)

    Thank you! It worked with the header but the white box is still there and there’s space before the footer.

    @anopro

    Add these lines too

    .content-area .hentry:first-child {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HELP!! Sydney Theme: Remove White Block and Empty Space in Background’ is closed to new replies.