Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1269315

    Hello Support Team, how can I move the scroll up button to the left?

    #1269321

    Hello,

    try adding the following CSS:

    a#scroll-top-link {
        left: 50px !important;
    }
    #1269334

    Hi Talker77,

    You can add this code in Quick CSS (located in Enfold > General Styling) or use the code @cherrmann gave since it does the same thing:

    #scroll-top-link {
        left: 50px;
        right: auto;
    }


    @cherrmann
    thanks for helping out :)

    Best regards,
    Nikko

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