"go to top" arrow position - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52151
    ch1800
    Participant

    Hello,

    In customize settings, we have “Enable go to top” under Footer Options.
    That creates an arrow at bottom right corner of the screen with following CSS:

    .sm-up-container {
        border-radius: 2px;
        bottom: 15px;
        color: #ffffff;
        display: inline-block;
        font-size: 28px;
        padding: 8px 13px 9px;
        position: fixed;
        right: 15px;
        z-index: 9999999;
    }

    How to position this arrow at left side please?

    Thanks.

    #52267
    acmesupports
    Moderator

    Dear Ch1800,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    .sm-up-container{
    right:inherit;
    left:15px;
    }

    Best Regards!

    #52268
    ch1800
    Participant

    Works fine, thank you very much!

    #52373
    acmesupports
    Moderator

    Dear ch1800,
    You are Most Welcome 🙂
    Best Regards!

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