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
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
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
Hi!
Please add following code to Quick CSS as well
.page-id-45 #main {
margin-top: -15px;
}
Regards,
Yigit
You are great, it works! thanks again Yigit.