• Resolved francombat

    (@francombat)


    How to adjust the Live Chat Icon. The icon is too low down my page. I would like to lift the icon up a little, but still keep it in the footer. About a inch. Is there a way to adjut the height of the icon?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @francombat, we think your best option is to add some extra CSS to your website and override positioning for some elements. For example you can move 16px higher with this CSS:

    #wp-live-chat {
    margin-bottom: 16px !important; // overriding original 0px
    }

    #wp-live-chat-2 {
    bottom: 101px !important; // overriding original 85px + 16px
    }

Viewing 1 replies (of 1 total)

The topic ‘Live Chat icon’ is closed to new replies.