Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #217136

    Hi,

    I’m new to the Enfold theme. How do I resize the footer height?

    Thanks in advance!

    #217150

    Hi kbrimberry!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0

    #footer {
    padding: 0; }

    by default it is 15px 0 30px 0

    Best regards,
    Yigit

    #217270

    I entered the custom css, still doesn’t work.
    Here is the link to the footer page: http://www.kbwcontracting.com/homepage/home-v4-small-slider/

    I noticed when the slideshow changes photo sizes…the footer adjusts automatically. How can I have a static footer?

    #217439

    Hey!

    If you mean home page, it happens because you do not have enough content on the page. You can try adding following code to Quick CSS in Enfold theme options under Styling tab as a temporary solution but the best option would be adding more content on the page

    .home #main {
    min-height: 1000px;
    }

    Cheers!
    Yigit

    #217708

    Ok great. thanks.

    I also notice on my homepage, my logo is changing size when I scroll down…how can I have a fixed logo size?

    #218617

    Hi,

    Open js/avia.js and look for line:

    avia_header_size();
    

    Replace it by this:

    //avia_header_size();
    

    Regards,
    Josue

    #225059

    this post helped me. Thank you Josue and Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘footer resize’ is closed to new replies.