Hi,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #204997

    opticienvp
    Participant

    Hi,

    I would like to change the place where the (go to the up of the page)> i want it to be a little higher because of social chat. how can i change this position?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #205009

    Hello,

    I saw the screenshot you attached. To move the scroll to the top button up you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .scrollToTop {
    margin-bottom: 50px;
    }

    You can adjust the value according to your needs.

    Best Regards.

    #208261

    opticienvp
    Participant

    Hi,

    When i use the sticky widget add to cart, the (go to up) button is different from the normal case . how can i change it?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #208355

    Hello,

    I saw the screenshot you attached. When you enable the sticky add to cart then the scroll to top button is moved up a bit.

    If you want to change the position then you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .scrollToTop.button-show.woodmart-sticky-btn-shown {
    margin-bottom: -18px;
    }

    You can adjust the value accordingly.

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)