Okay
  Public Ticket #2801974
Floating share button on product page
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hi there

    Could I ask for your help, please? Is it possible to bring the floating 'share' button from right to the left, please? I attach a screenshot. Now it's on the right and hiding under the chat icon. 


    Many thanks.

  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .nectar-social.fixed {    right: auto !important;    left: 34px !important;
    }

    Thanks

  •   RanebrookZina replied privately
  •  1,878
    Judith replied

    Hi There,

    Please try out the css I sent and let me know how it goes.

    Thanks.

  •  11
    RanebrookZina replied

    Hi Judith. It worked perfectly! Would it be possible to adjust the height, please? So it's on the same level as the chat icon. 

  •  1,878
    Judith replied

    Hi There,

    I added this css:

    .nectar-social.fixed {
        bottom: 62px;
    }

    Please check.

    Thanks.

  •  11
    RanebrookZina replied

    Thank you, worked perfectly :)