Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1074109

    Hi Support

    I have installed a Chat Bot (Hubspot CRM) and I need to move the Page Up Arrow left as it is behind the Chat Bubble.

    Previously with another website I was given this code to put in Special CSS however regardless if I change it from right to left it doesn’t make any difference.

    #scroll-top-link {right:125px; }

    Thanks in advance for your help :)

    Cheers Dave

    #1074651

    Hey Dave,

    Your CSS should work, what happens if you clear the cache from your caching plugin?

    Best regards,
    Rikard

    #1074675

    Hi Anyone!
    Please can someone help.
    I was given this code before… #scroll-top-link {right:125px; } and it worked then and not know.

    And yes I have clear cach, disabled cach plugin.

    Please can someone have a look?

    Kind regards
    Dave

    #1075337

    Hi Dave,

    You have placed it inside of a media query, please try to move it out of there.

    @media only screen and (max-width: 979px) {
    #top #wrap_all 
    #advanced_menu_toggle {    
       border-color: #990067!important;
    }
    
    .home .slide-entry-excerpt {
       color: #f7f7f7;
    } 
    
    #scroll-top-link {left:225px; }
    }

    Best regards,
    Rikard

    #1077811

    Rikard you are a legend… thanks heaps :)
    Sorry I took so long to get back to you… so happy, happy :)

    #1078387

    Hi Dave,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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