Home › Forums › Support › Sticky button on Generatepress This topic has 7 replies, 2 voices, and was last updated 1 year, 10 months ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 15, 2018 at 9:17 am #649411 hailgp Hi Tom and GP Team, Thanks for your best creation so far, Generatepress. π I just wanna ask, Can you show how to make a button that floating at the bottom of my website? Thank you and regards. August 15, 2018 at 1:39 pm #649746 LeoStaff Customer Support Hi there, Can you provide an example of what you are wanting to create? Thanks! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 15, 2018 at 2:03 pm #649780 hailgp I’m not found the example(s) that fits for my questions, but… I tried to search on Google and find this > https://divisoup.com/how-to-create-a-sticky-button-in-divi/ I want to stick that button on bottom of my website. Like I can give some call to action at this section. I already knew that GP give nice tutorial for create a button, but not for sticking it like sticky menu. Hope you can understand my question. August 15, 2018 at 7:07 pm #650020 TomLead Developer Lead Developer Hi there, You could create a new Hook element, and apply it to the after_footer hook. Your content would be this: <div class="sticky-footer"> Your content + button in here. </div> Then you’d add this CSS to your site: .sticky-footer { position: fixed; bottom: 0; left: 0; right: 0; background-color: #222; color: #fff; padding: 10px; } Using Hooks: https://docs.generatepress.com/article/hooks-element-overview/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 16, 2018 at 12:48 am #650209 hailgp Thank you, Tom. I’ll try it. π August 16, 2018 at 9:56 am #650873 TomLead Developer Lead Developer No problem π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development June 27, 2020 at 11:56 pm #1344197 Ravi Dixit Hey, TOM! I have tried your CSS and added hook as well… It is working good… how can I make it animate like this page sticky button at bottom https://bloggerspassion.com/semrush-vs-ahrefs-review/ It should appear after scrolling a bit, same as you can see on the page above. June 28, 2020 at 9:11 am #1344620 LeoStaff Customer Support That will require custom javascript which is not within our support scope unfortunately. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In