• Resolved alessandroa

    (@alessandroa)


    Hello,
    how can i align those 2 buttons? It goes down because the min lenght is set by general-all-buttons-common-css. How can i select these 2 and align them to the left?

    Look at this image to see what i mean:
    https://clip2net.com/s/4f48yPr

    To recreate this “problem” just add to the cart some products and this will happen in desktop

    thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Benjir Ahmed

    (@benjirahmed)

    Hello @alessandroa ,

    The cart design you are using isn’t from our plugin and you have used custom CSS also. However, to make the buttons align in one line side by side please add this below CSS code in Appearance → Customize → Additional CSS

    #woocommerce_widget_cart-4 .widget_shopping_cart_content .woocommerce-mini-cart__buttons{
        display: flex !important;
    }
    #woocommerce_widget_cart-4 .widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
        padding: 15px 10px;
        font-size: 13px;   
    }

    Regards,
    Benjir

    Thread Starter alessandroa

    (@alessandroa)

    How can i thank you????????????????????????????????????????????????????
    (i’ve already made the 5star review but u really deserve more)

    Sorry i didn’t know that this cart design was not from your plugin (i don’t know how to see if it’s from yours or not, i just use elementor + shopengine + i try some css found online but u can imagine the struggle…)

    you are awesome!!!!! thank you!!!!

    Benjir Ahmed

    (@benjirahmed)

    Hey @alessandroa ,

    Thanks a lot. You can try our other popular plugins and can share your honest feedback as well ??

    Regards,
    Benjir

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to align cart buttons’ is closed to new replies.