Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #273806

    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

    • This topic was modified 9 years, 11 months ago by roemer.
    #274114

    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

    #274325

    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)

    • Log out of WordPress and refresh your page -OR- open up your website in an incognito window.
    • The gap should now be gone.

    Option Two: (Permanent Solution)

    • Open up your WP dashboard
    • Go to Users >> Your Profile
    • Under Personal Options, uncheck the ‘Toolbar’ box. You DO NOT want to ‘Show Toolbar when viewing site.’
    • Now go back to your live website or preview page and refresh the page. The gap should now be gone.

    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!

    #274413

    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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘LayerSlider padding’ is closed to new replies.