• Hi,

    I have problems with the floating add to cart bar on product pages, mobile view.
    Most of the button falls outside the screen.

    Is there anything I can do, besides disabling this option?
    It works fine on desktop.

    Kind regards, Bufsan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media screen and (max-width: 1024px){
    .owp-floating-bar form.cart .quantity {
        margin: 5px 5px 0 0;
    }
    .owp-floating-bar button.button {
        padding: 0 10px;
        float: right;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Floating Add to Cart bar’ is closed to new replies.