Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #737671

    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

    #739509

    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

    #816267

    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.

    #816323

    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

    #816350

    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?

    #816351

    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

    #816352

    This is what i already thought. Thanks again, for your great support!

    Wish you a nice day!
    Cheers,
    Frank

    #816357

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and you too have a nice day! :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Socket should be always fixed at the bottom by boxed layout’ is closed to new replies.