Okay
  Public Ticket #3128113
Scroll to Top
Closed

Comments

  •  3
    belsonm started the conversation

    How would I make the scroll to top button show on the bottom left instead of the bottom right?

  •  2,723
    Andrew replied

    Hello there,

    Thank you for getting in touch with us.

    Please share your website URL so that we can create a custom css for the back to top button.

    Thank you.

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    a#to-top {
        right: auto !important;
        left: 17px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    belsonm replied

    Worked great, thank you Tahir!

  •  3
    belsonm replied

    Tahir, would you be able to do the same thing for the social share button when you're on a woocommerce product page?

  •  8,403
    Tahir replied

    Hey Again,

    Sure, please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  3
  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-social.fixed {
        right: auto !important;
        left: 34px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    belsonm replied

    Thank you again Tahir!