Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1495915

    Hi Mike!
    I have to come back to this thread https://kriesi.at/support/topic/footer-appears-while-scrolling/#post-1495334:

    #3 is because you have the sidebar enabled on the page, disable this in the settings for the page, or try this css

    .home #after_section_9 {
    display: none;
    }

    I have now made three other pages (link below). How can I switch of the lines here?

    Thanks for your Feedback!
    Michael F.

    #1495926

    Hey Michael F,
    You have the sidebar enabled on these pages, disable this in the settings for these pages, or try this css

    .page-id-2971 #after_section_1,
    .page-id-2974 #after_section_1,
    .page-id-2978 #after_section_1 {
    	display: none;
    } 

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.