Hi,
I setup the Enfold theme and have managed to work with it quite well after a while. Now that my Website is basically finalised I have two issues I cannot solve, no Idea why (Website URL: http://www.advoluchs.de) :
#1 On the Top of the main page there seems to be a whitespace but it is not there in the visual editor (i.e. between the menu and the beginning of the content there is a lot of space – marked red & blue in the picture): http://i57.tinypic.com/30bmvkm.jpg
#2 In the Contact Form (built throught the contact form shortcode of the enfold theme) the button is in the middle of one field, no Idea why and I can’t change it, played around with the fields and it’s always in the middle of the last one: http://i57.tinypic.com/30aqjop.jpg
Hope you can help me solve this. Thanks in advance.
Hey NielsSR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 88px; }
#kontakt .avia_ajax_form .button { position: static; }
Best regards,
Yigit
Thanks man, worked perfectly :)