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

    Hi,

    ist es möglich die Buttons des Warenkorbes in der Sidebar nebeneinander zu setzen? Ich hab schon die CSS aus diesem Threat verwendet #247866

    #top div .widget_shopping_cart .button {
    width: 51%;
    float: left;
    margin-bottom: 10px;
    }

    allerdings sind anschließend die Buttons untereinander. Ich hätte sie gern nebeneinander ;-)

    Vielen Dank für die Hilfe.

    #258274

    Hi mexi33330!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page with the shopping cart widget? We would like to check it.

    Regards,
    Ismael

    #261472
    This reply has been marked as private.
    #261557

    Hi!

    Thank you for the link.

    Please use this on Quick CSS or custom.css to fix the buttons:

    .woocommerce-page .button {
    min-width: 100px;
    min-height: 54px;
    }
    
    #top div .widget_shopping_cart .button {
    width: 49%;
    float: left;
    }
    
    #top div .widget_shopping_cart .button.checkout {
    margin-top: 4px;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.