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

    Hello,

    I need help with two issues:

    1. On my site configuration I choosed not to show socket, but in one of the pages, it is still showing, only on this page:
    http://www.equilibrioambiental.net/atuacao/ the other pages are not showing as choosed.
    img2

    2. I want to know how can I make the footer padding smaller, as showed in the image bellow.
    Img 1

    Thank you.
    Fabiana.

    #197155

    Oi Fabiana,

    That happens because the content of that page is too small, so the bottom gets filled with the background color, try adding this to the Quick CSS:

    .post-entry {
        min-height: 550px;
    }

    Regarding the smaller padding in the footer:

    #footer .widget_text {
        margin: 0 !important; 
    }

    Cheers!
    Josue

    #198683
    This reply has been marked as private.
    #198688

    Hey!

    Try adding this code to the Quick CSS:

    #footer {
        padding-bottom: 10px  !important;
    }

    Cheers! 
    Josue

    #198695
    This reply has been marked as private.
    #198699

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer and Socket Issues – Enfold’ is closed to new replies.