Home Forums Basel support forum Sticky add to cart issue

Sticky add to cart issue

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

    Giulio
    Participant

    Hi there, there is an issue with the italian version of the sticky add to cart. Please take a look to the image. How can I solve it? Thanks!

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

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global

    .basel-sticky-btn .cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    Best Regards

    #81929

    Giulio
    Participant

    Great, thank you.

    #81941

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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