Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1110961

    Hello everyone

    It is possible to always display the socket line at the bottom

    Thanks in advance
    Beautiful greetings
    Franz

    #1110970

    Hi,

    We could provide you a custom CSS code to fix socket in the bottom of the screen however i personally do not think that would be a good user experience. Instead, please edit your page and set your header to transparent. That should allow more space so socket should be visible without scrolling – https://kriesi.at/documentation/enfold/header/ :)

    Cheers!
    Yigit

    #1111009

    Thanks for their quick message

    I think they got me wrong
    Sorry My Bad English
    I want the footer socket always stays at the bottom
    If the text does not have the full height of the page.

    Thank you and beautiful greetings
    Franz

    #1111294

    Hallo Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Best regards,
    Rikard

    #1111441
    This reply has been marked as private.
    #1111455

    Hi,

    Please use the code as following and replace page ID with yours

    .page-id-1090 #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Best regards,
    Yigit

    #1111458

    Thank you very much
    Super service

    You can close this request

    Beautiful Greetings Franz

    #1111491

    Hi schweg33,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1112237

    Thank you very much

    You can close this request

    Beautiful Greetings Franz

    #1112269

    Hi schweg33,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘socket line at the bottom’ is closed to new replies.