hi. can you please help me out with a css code to display this share icons always in the vertical middle of the website? thank you so much, greetings from vienna, Alexander
Any idea how i can get this effect? Thank you so much?
Hi!
Position would vary on different screen sizes. I attached a screenshot to show you how it looks on my end in private content field.
You can add following code to Quick CSS to adjust the position
.a2a_floating_style {
top: 400px!important;
}
Cheers!
Yigit
Thank you Yigit. I can adjust the positon. Is there such a css code like “vertical middle”? Thanks!
Hey!
You can use the code as following
.a2a_floating_style { top: 50% !important; }
Cheers!
Yigit
Works great. Can i use this vertical alignment AND get the icons 66px up? then it it the perfect middle? :) Thank you!
Hey!
Please add following code to Quick CSS as well
.a2a_floating_style {
margin-top: -66px;
}
Best regards,
Yigit
CLOSED: THANK YOU.