Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #26141

    Hello,

    i´m testing the Enfold Theme together with Woocommerce 2.0.12. and i have one question.

    How to get the buttons in the cart widget aligned on one line. ” May be this is a translation issue ( longer words ? ). Where can i change that ? Or is it possible to expand the width of the sidebar ?

    Thanks in advnce and best regards,

    awp23

    #129442

    sorry, i forget the link to a screenshot. Here it is: http://screencast.com/t/XPj7SMWb

    #129443

    Hi awp23,

    If we can see the site live we can assist with a css fix. That way we can inspect the code to get the proper selectors and everything.

    Regards,

    Devin

    #129444

    Hello Devin,

    yes, here it is: http://www.stromrad-city.de/moselcomes2/shop/

    Thanks in advance and best regards,

    awp23

    #129445

    Hi!

    I didn’t manage to align the text on one line but you can use following code

    #top .dropdown_widget .buttons .button {
    width: 100%;
    line-height: 20px;
    }

    to center align both buttons underneath each other…

    Best regards,

    Peter

    #129446

    Hello Peter,

    thanks for the quick response and the code.

    Insert the code into Custom CSS, but nothing changed. http://screencast.com/t/XPj7SMWb

    I guess, i will exclude the cart widget from the sidebar.

    Thanks! and best regards,

    awp23

    #129447

    Ich habe beim vorherigen Code nicht an das Sidebar widget gedacht sondern an das “Warenkorb” Icon oben rechts, welches den Warenkorbinhalt nach einem Klick anzeigt.

    Für das Sidebar Widget verwendet

    #top div .widget_shopping_cart .button {
    width: 100%;
    display: block;
    }

    #top div .widget_shopping_cart .button.checkout {
    margin-top: 10px;
    }

    #129448

    Hello Peter,

    ganz großes Kino, so klappt es! Thanks a lot, it works!

    Super und ganz herzlichen Dank!

    Excelent Service! and many thanks!

    awp23

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Woocommerce Cart Widget’ is closed to new replies.