Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3085688
Go to top buttpn mobile
Closed

Comments

  • Norluz started the conversation

    Hello , when i am using mobile device this button is near add to cart button can you give me code to move upper? 

    this is screenshot

    https://ibb.co/Qv10vD2

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .penci-go-to-top-floating {
            bottom: 60px;
        }
    }

    Regards,
    PenciDesign.