Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1260181

    Flightwave
    Participant

    Hi X!

    Huge fan of the theme – thanks for making such a kick ass product!

    Question: I opted for Tawk.to (instead of olark) – you guys should check it out – it rocks – and it’s free! I think in many ways it’s so much better than olark.

    On to the question: you will see at the bottom of every page – the chat live box, use this page for example: http://dev.flightwave.aero/contact/

    The “go back to the top” arrow that I have enabled on each page is blocked by the chat box placement. How can I move that chat box a little to the left to give people access to that “go to top” arrow that sits in the bottom right corner of each page as you scroll down?

    Login info to follow.

    Thanks!
    Chris

    #1260445

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! It seems that you’re using htaccess authentication to view your site (https://snag.gy/xF2I6o.jpg). Please provide us a way to check your site URL, so that we can assist you.

    Thanks!

    #1261307

    Flightwave
    Participant
    This reply has been marked as private.
    #1261601

    Jade
    Moderator

    Hi there,

    It’s quite tricky to move the position of the chat box because of the inline CSS attached to it that overrides new CSS but what can move the scroll to top icon a bit above it. Please try this code:

    
    .x-scroll-top.right {
        bottom: 125px;
    }

    Hope this helps.