• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Why is under my footer blank?

there is div id ="push" - but you will not see it in your index

To del it . I think you use this way

- In your content/system/js/peafowl.php - search

Code:
/*** sticky footer ***/
    var footer_height = $('#in-foot').outerHeight(true)+1;
    $("#wrap").css('margin-bottom', -footer_height);
    $("#wrap").append('<div id="push"></div>');
    $("#push").css('height', footer_height);
    $(footer_height).css('height', footer_height);



and del all it !!! - Problem will fix !! I think
 
THANK YOU A LOT 🙂<333

btw i accident post under thems, designt & ui, i wanted to post at Questions 🙂 btw thanks for your excellent and fast answer 🙂
 
wowbufer said:
THANK YOU A LOT 🙂<333

btw i accident post under thems, designt & ui, i wanted to post at Questions 🙂 btw thanks for your excellent and fast answer 🙂

thanks who ??

Are you fixed it by my way ???
 
Back
Top