Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345369

    Hi!

    I’m using Woo Commerce in the Enfold theme. When I click on an item, I get a list of items in the right sidebar and below that two buttons. One with the text “Visa varukorgen” and the other one with “Till kassan”. The buttons is for viewing the basket and go to the check out page.

    Why are they not equal in width and size? I have tested to change the CSS, but it need some more help to get it perfect. Preciate some help if that is possible?

    • This topic was modified 10 years ago by Effektid.
    #345438

    Hey Effektid!

    Please add following code to Quick CSS

    .widget_shopping_cart .button {
    width: 49% !important;
    float: left;
    }

    Regards,
    Yigit

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