[Resolved] Go to top left side

Home Forums Support [Resolved] Go to top left side

Home Forums Support Go to top left side

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #364605
    Richard

    Hi,

    I’d like to place the go to back top icon on the left side on mobile, but somehow a float left doesn’t work. Is it z-index?

    Thanks for your help!
    Richard

    #364606
    Richard

    *back to top
    ( .generate-back-to-top )

    #364640
    Jamal

    Hi

    Please see this example in the documentation and adjust it as necessary https://docs.generatepress.com/article/back-to-top-button/#moving-the-button. If you only need it on mobile you can put the css inside

    @media( max-width: 768px ) {
    /* Your css */
    
    }
    #364664
    Leo
    Staff
    Customer Support

    Thanks Jamal!

    #365132
    Richard

    Awesome! That worked!

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