Tagged: boxed layout, footer, full width, socket
-
AuthorPosts
-
April 18, 2016 at 4:27 pm #616633
Hi Genius’
I have a boxed layout but wondered if it is possible for the footer and socket to stretch full width?Thanks,
AnnemarieApril 18, 2016 at 4:31 pm #616637Hey 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,
YigitApril 18, 2016 at 5:32 pm #616698Thanks Yigit… I think you are right about the footer, my intuition said not a good idea so your input is valuable, thanks.
April 20, 2016 at 8:50 am #618067Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Regards,
RikardApril 28, 2017 at 2:28 am #784266Hey this code shifts my socket off to the right. Is there anyway to fix this? See photo: http://imgur.com/m5X5971
April 28, 2017 at 5:44 am #784284Hi soundstrat,
Can you post the link to the page mentioned? so we can take a closer look.
Best regards,
NikkoMay 9, 2017 at 10:49 pm #790670Here you go: https://tristan.soundstrat.com
Thank you!!
May 10, 2017 at 12:38 am #790714Hi,
@soundstrat Please use the code as following instead#socket { position: fixed; width: 100%; bottom: 0; left: 0; }
Best regards,
YigitMay 10, 2017 at 3:50 am #790785Ok, that worked… now I have another issue. The socket is sticky and it is normally not sticky.
May 10, 2017 at 4:52 am #790811Hi 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,
NikkoJuly 6, 2017 at 9:59 am #817115Hi 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.
July 6, 2017 at 12:23 pm #817182Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJuly 6, 2017 at 12:37 pm #817192HI,
I have sent the website link in private message.Please check.July 6, 2017 at 1:44 pm #817246Hi,
@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 -
AuthorPosts
- The topic ‘Possible to have full width footer on a boxed layout?’ is closed to new replies.