Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #581118

    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

    #582220

    Any idea how i can get this effect? Thank you so much?

    #582278

    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

    #582289

    Thank you Yigit. I can adjust the positon. Is there such a css code like “vertical middle”? Thanks!

    #582302

    Hey!

    You can use the code as following

     .a2a_floating_style { top: 50% !important; }

    Cheers!
    Yigit

    #582303

    ;)

    #582310

    Works great. Can i use this vertical alignment AND get the icons 66px up? then it it the perfect middle? :) Thank you!

    #582313

    Hey!

    Please add following code to Quick CSS as well

    .a2a_floating_style {
        margin-top: -66px;
    }

    Best regards,
    Yigit

    #582333

    CLOSED: THANK YOU.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘vertical middle’ is closed to new replies.