-
AuthorPosts
-
July 22, 2015 at 11:25 am #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.
July 22, 2015 at 12:23 pm #477003try this one – but it might not work on the most mobile Phones:
#socket { position: fixed; bottom: 0; width: 100%; z-index: 999; }July 22, 2015 at 12:39 pm #477007Thanks 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 whiteJuly 22, 2015 at 2:45 pm #477083this is the html background-color : try this
html.responsive, .responsive body { background-color: #fff !important }July 22, 2015 at 2:58 pm #477098If 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 aboveJuly 23, 2015 at 4:32 am #477472Hi!
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,
IsmaelJuly 24, 2015 at 11:26 pm #478421On 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…
July 24, 2015 at 11:28 pm #478422In 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…
July 24, 2015 at 11:34 pm #478424Hey!
Add this:
#top #main { padding-bottom: 65px; }Regards,
JosueJuly 24, 2015 at 11:42 pm #478429Yeah ! perfect
You guys rock :-)
July 24, 2015 at 11:43 pm #478430You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
