Okay
  Public Ticket #1388654
Back to top position
Closed

Comments

  • Forchalad started the conversation

    Hello,

    how can i change the "back to top" button position?

    I would like to set to the left side.

    Thanks

  •  9,016
    Tahir replied

    Hey AGain,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* switch back to top button left  */
    #to-top {
        left: 17px !important;
        right: auto !important;
    }

    Thanks


    ThemeNectar Support Team