[Resolved] Whatsapp button chat right side

Home Forums Support [Resolved] Whatsapp button chat right side

Home Forums Support Whatsapp button chat right side

  • This topic has 6 replies, 2 voices, and was last updated 7 months ago by Ying.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2323833
    Giovanni

    Hi all,
    I followed the guide I found here on the forum but I can’t get the result I want.

    I want the button to be positioned at the right corner of the screen at the bottom and must always follow the movement of the scroll.

    Instead it is now fixed at the top.

    How can I do?

    whatsapp buttom right side

    #2323896
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know ๐Ÿ™‚

    #2323911
    Giovanni

    Hi Ying,

    this is my site http://www.deusgioielli.it

    Thanks

    #2323928
    Giovanni

    Image setup

    setup deusgioielli

    setup deus 2

    deusgioielli

    #2323945
    Ying
    Staff
    Customer Support

    1. You need to add the sticky-social-icons class to the button block.
    https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/

    2. There should be a . before the class name in your CSS, so it would be:

    .sticky-social-icons {
        position: fixed;
        right:20px;
        bottom:20px;
    }
    #2324256
    Giovanni

    Thank you Ying !!!

    #2324861
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.