Comments 10Matteo started the conversationFebruary 6, 2024 at 10:47pmHi there,I've trouble to move the sticky button on the right side.On the left side is all the text and titles aligned (correct) and on the right side I would like to align the sticky button to the right (see attachment). I hope it's understandable.Link: https://m-space.ch/Thank you in advanceAttached files: AlignRight.png 1,973Support repliedFebruary 7, 2024 at 5:00pmHello Matteo,add a css class this time to the button itself for example my-btnhttps://prnt.sc/mvfOXXf0t4q1and then add the following in customizer -> additional CSS.my-btn.button-wrap.button-link { float: right !important;}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 10Matteo repliedFebruary 8, 2024 at 11:59amHello,fixed, thanks! Sign in to reply ...
Hi there,
I've trouble to move the sticky button on the right side.
On the left side is all the text and titles aligned (correct) and on the right side I would like to align the sticky button to the right (see attachment). I hope it's understandable.
Link: https://m-space.ch/
Thank you in advance
Attached files: AlignRight.png
Hello Matteo,
add a css class this time to the button itself for example my-btn
https://prnt.sc/mvfOXXf0t4q1
and then add the following in customizer -> additional CSS
.my-btn.button-wrap.button-link {
float: right !important;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
fixed, thanks!