Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #616633

    Hi Genius’
    I have a boxed layout but wondered if it is possible for the footer and socket to stretch full width?

    Thanks,
    Annemarie

    #616637

    Hey Annemarie!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

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

    That would make socket section fullwidth and fixed at the bottom. We can apply the same change to footer as well but i do not think that would be good user experience.

    Best regards,
    Yigit

    #616698

    Thanks Yigit… I think you are right about the footer, my intuition said not a good idea so your input is valuable, thanks.

    #618067

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #784266

    Hey this code shifts my socket off to the right. Is there anyway to fix this? See photo: http://imgur.com/m5X5971

    #784284

    Hi soundstrat,

    Can you post the link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    #790670

    Here you go: https://tristan.soundstrat.com

    Thank you!!

    #790714

    Hi,


    @soundstrat
    Please use the code as following instead

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

    Best regards,
    Yigit

    #790785

    Ok, that worked… now I have another issue. The socket is sticky and it is normally not sticky.

    #790811

    Hi soundstrat,

    That’s expected because of the position: fixed property. The only way to make it not sticky, is to use another method which is a much longer process which would require using a child theme and tweak footer.php.

    Best regards,
    Nikko

    #817115

    Hi Support,

    I want to add the socket in full width in the boxed layout. I dont want the socket to be fixed at bottom. Please help me on how to tweak the footer page.

    Quick reply will be appreciated!

    • This reply was modified 7 years, 5 months ago by Support.
    #817182

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #817192

    HI,
    I have sent the website link in private message.Please check.

    #817246

    Hi,

    @Support We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Possible to have full width footer on a boxed layout?’ is closed to new replies.