-
AuthorPosts
-
May 17, 2023 at 10:06 am #1407724
I am working on a website update, trying to include a contact button on the right side that flows over everything (by scrolling). It works fine until it gets to the footer, there it goes into the background. Could you help me bring this button in front of everything?
The URL: https://albrechtbolzli.ch/
Thanks a lot!May 17, 2023 at 10:33 am #1407726Hi 360buddy,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.home #after_section_4 { z-index: 99; }Best regards,
NikkoMay 17, 2023 at 10:47 am #1407729Thank you Nikko, this works fine on the home page, but how can I do it on other pages such as
https://albrechtbolzli.ch/service-unterhalt/
or
https://albrechtbolzli.ch/portfolio-item/mehrfamilienhauser-genossenschaft-gbz-7-8053-zurich-witikon/
Thanks in advance!May 17, 2023 at 11:29 am #1407735Hi 360buddy,
I see, please replace the code I gave you with:
#footer { z-index: 0; }Hope it helps.
Best regards,
NikkoMay 17, 2023 at 12:16 pm #1407743Hi Nikko, that also helps, but unfortunately not with the sidebars :o(
Maybe you have a solution for that too? Would be great.
Thanks again in advance!May 18, 2023 at 4:23 am #1407792Hi 360buddy,
I see, please replace the code I gave with this code so it will include sidebars:
#footer, #main .sidebar { z-index: 0; }Best regards,
NikkoMay 18, 2023 at 9:17 am #1407805Hi Nikko,
Thank you, now it works in the sidebar, only on the following pages (for the small mobile devices) the main content still remains above the button. I tried to fix this myself, but unfortunately I failed…. …maybe I can ask you one last time for support for this button problem.
Many thanks in advance !May 18, 2023 at 10:44 am #1407812Hi 360buddy,
Can you try adding this CSS code as well:
.avia_codeblock_section { position: relative; z-index: 9; }Best regards,
NikkoMay 18, 2023 at 11:33 am #1407821Hi Nikko,
Thank you so much, now it’s perfect, you can close the case! :o))
Till another time, thank you very much again!May 18, 2023 at 11:34 am #1407823Hi 360buddy,
You’re most welcome! I’m happy to hear that everything is now perfect and that I could assist you.
If you ever need further assistance in the future, don’t hesitate to reach out. Thank you once again for your kind words and have a wonderful day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Bring a button in front of everything’ is closed to new replies.
