hi,
i want the socket be always at the bottom without white space under in.
is it possible? In an earlier version of enfold this is standard without any code.
kr and thanks dirk
Hey schnippel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#socket {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
Best regards,
Yigit
Hi Kriesi-Team,
I have a similar issue. Some of my sites are having less content why the #socket is sometimes shown further above than expected. If i use the CSS Code from Yigit’s comment the socket text is shown at the bottom which is fine. However, the socket background color is still displayed further above on the site.
So, my goal is to have the socket as well as the socket background fixed at the bottom of a page.
Would be great if you could provide a additional code snippet to sort this out.
Hi,
@force-media Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
html {
background: white;
}
Best regards,
Yigit
Thanks for your quick response, Yigit. I’ve added the code you suggested and except one little thing it looks good. The vertical line (border) of the left sidebar isn’t drawn through the bottom at the socket-area.
Has this something to do with the change you advised?
Hey!
Yes, it has and unfortunately there is no easy fix for that.
You do not have enough content on your page to fill the screen, that is why there is that gap. It had the same colored background as socket section and with the code i provide, we changed it to white so it is less noticeable.
Proper solution unfortunately is to have more content on your page
Cheers!
Yigit
This is what i already thought. Thanks again, for your great support!
Wish you a nice day!
Cheers,
Frank