Hi,
there is a gap between LayerSlider and header on my page and the sidebar appears within the LayerSlider. What can I do to remove the gap and fix the sidebar below the LayerSlider? Do you have any ideas?
http://www.wiedermann.at/test02/?page_id=6
Thanks
Gerald
Hey!
Try adding this code to the Quick CSS:
main.template-page.content.nine.alpha.units {
padding-top: 0 !important;
}
div.entry-content > p:first-child {
margin: 0;
}
Cheers!
Josue
Hi roemer,
I had the same issue and it was driving me mad! If you are logged into your website (signed into the WordPress dashboard), there will be a gap at the top when you are viewing/previewing the website. This is due to the default admin toolbar setting.
Option One: (Temporary Solution)
Option Two: (Permanent Solution)
For more detailed instructions (with images), visit this link: http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-hide-the-wordpress-admin-bar.
I hope this helps!
Hi bkaday,
thank your for your help in this matter! I changed the wordpress-settings as you worte, but nothing happens.
Hi Josue,
thanks for the code. It works!
Thank you both. Great job!