• Resolved stjrna

    (@stjrna)


    Hello

    FB messenger integration is blocking part of handheld woocommerce footer,

    I am using woocommorce storefront (witch is one of the most used) and this problem only appears in mobile version of my website,

    I think it will be better if I can add fb messenger as part of footer bar, or if i can control its appearance location

    best wishes

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there!

    I think it will be better if I can add fb messenger as part of footer bar, or if i can control its appearance location

    Making Messenger part of the footer will require extensive code, but I think you should be able to move it to the left. You can use this custom CSS code:

    .fb_customer_chat_icon {
        right: auto !important;
        left: 12px !important;
    }

    You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FB messenger location is blocking footer’ is closed to new replies.