Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1032230

    Hi, I’d like to move permanently the #top icon to the left hand side of the website.
    How can I do that?
    Thanks!

    #1032483

    Hey mooshonov,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1032571

    Sorry that didn’t work.

    #1032872

    Hi,

    Could you post a link to where you are adding this please? Did you try to add !important; after the statements?

    Best regards,
    Rikard

    #1032904

    Hi,
    Adding the code in Quick CSS under Enfold->General Styling.

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

    Hi,

    Try this instead:

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

    If we can’t see the actual results you are getting then it will be difficult to help you out.

    Best regards,
    Rikard

    #1033378

    Thanks so much! It’s working great!

    #1033770

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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