Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #476974

    Hi,

    I’d like to know how can I have fixed footer on my page, I mean, not having footer adapting and resizing regarding the content page, just having it fixed.

    #477003

    try this one – but it might not work on the most mobile Phones:

    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    }
    #477007

    Thanks for the answer, but the problem stay the same on pages where ther is few content as on this image
    http://evedufaud.com/wp-content/uploads/2015/07/exemple.jpg
    How can I get ride of the dark grey color betwenn the footer and the white ? I’d like to have it white

    #477083

    this is the html background-color : try this

    html.responsive, .responsive body {
        background-color: #fff !important
    }
    #477098

    If you want to use footer with widgets as well than it is more difficult to fixe it, because you have to be aware of seeing all content in main.
    If footer is allow to scroll there is no problem with that solution above

    #477472

    Hi!

    Thank you for using Enfold.

    Can you please provide a link to the actual page with the issue? You can set a minimum height to the main container:

    #main > div {
      min-height: 600px;
    }

    Regards,
    Ismael

    #478421

    On this page , http://etienne-gauthier.com/docu/ with the solution of Ismael, the socket is fix but you can’t see the title of the last row of the masonry, because the socket cover it…

    #478422

    In fact, I don’t really want it fix, I just don”t want to have the socket in the middle of my page when I have a page with few content…

    #478424

    Hey!

    Add this:

    #top #main {
        padding-bottom: 65px;
    }

    Regards,
    Josue

    #478429

    Yeah ! perfect

    You guys rock :-)

    #478430

    You are welcome, glad to help :)

    Regards,
    Josue

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