Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #405055

    Hi,
    the requirement is to set a small footer at the bottom of page, if the content of the page is smaller than the page-height.

    Please consider, the footer shuld not fixed on the bottom of page. But the position have to be at the end of content if the content is heigher than the page-height.

    Best Regards
    Dirk

    #405424

    Hey Dirk!

    I think how Kriesi currently has it setup so that the socket color extends to the end of the page height is the best for this. If your trying to change it to behave some other way then take a screenshot and highlight your intentions and we’ll check if it’s feasible or not.

    Cheers!
    Elliott

    #405649

    Hi Elliott,

    thankyou for the informations. I put my screenshots in this email and I think, it is better than many explaination.

    http://www.wellcollage.com/spa-themen-produkte/nutritive-satin/

    http://www.wellcollage.com/spa-themen-wochen/tw-nutritive-satin/

    Best regards
    Dirk

    #406040

    Hi!

    Hmm, try adding this to your custom CSS to see what happens.

    #av_section_1 { min-height: 100vh !important; }
    

    Cheers!
    Elliott

    #406326

    Hi Ellitot,
    what a great idea. With small modification it works perfect. –> resolved, congratulations!

    I’ve had add the selector “last-of-type” because the size have to be only set if there not moresome sections in a page. The size “80vh” I set because the height of header have to be considered.

    #av_section_1:last-of-type {
    min-height: 80vh !important;
    }

    Best regards
    Dirk

    #406355

    Hi!

    Glad we could help :)

    Cheers!
    Rikard

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