Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #264225

    How can I remove the white space at top. I’ve tried various options such as:

    .boxed #wrap_all {
    margin: 0 auto;
    }

    Site http://videobewakingvoorondernemers.nl/home2

    Thanks

    #264228

    Hey AnthillMarketing!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .content { padding-top: 10px; }

    Cheers!
    Yigit

    #264232

    That is really fast, thanks Yigit.

    The free space is now much smaller! However, it is also possible to remove it. All free space

    .content { padding-top: 10px; } Works fine

    .content { padding-top: 5px; } Make it not lesser

    #264235

    Hi!

    Please add following code to Quick CSS as well

    .page-id-45 #main {
    margin-top: -15px;
    }

    Regards,
    Yigit

    #264264

    You are great, it works! thanks again Yigit.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove the white (free) space at top of the pages’ is closed to new replies.