Dear kriesi support,
Please see my webpage below created with enfold. How can i adjust the margin from the top of the image and the menu? so the white space gets smaller from the top.
Kind regards,
Alex
Hey alexvr86!
Add this to your custom CSS.
main { padding-top: 0px !important; }
Or if you only want it done on this page then drag a codeblock element to your content and add this inside.
<style type = "text/css">
main { padding-top: 0px !important; }
</style>
Regards,
Elliott
Thank you for your reply, and is it possible to let the text start at the same height as the image on the left. Please view my webpage below.
Kind regards,
Alex
Hey Alex!
The link you posted in your initial message is returning a 404 error message.
Regards,
Josue