• There seems to be a white/Blank space above content all over the website. I have shifted the top content of the homepage to fix the issue, but can’t do it on all the pages. Can someone please check the I link and tell me what the problem could be?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • set margin-top: 0px; for these styles .wt-headerelevenb, wt-logo

    Hi @suvamss,

    As @samuelonoja mentioned, please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:

    .wt-headerelevenb {
    	margin-bottom: -131px;
    }
    
    .wt-logo {
    	margin-top: 0;
    }

    You will need to adjust the margin-bottom of the .wt-headerelevenb element, rather than margin-top.

    Are you referring to the space above “How to Start Hiring?” If so, you have a spacer in there:

    .wt-main {
    padding: 100px 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White/Blank space above site content’ is closed to new replies.