• Having problems with shopping cart when we use language packs, buttons gets to big so it isnt looking good.

    How can i change paddings or make the text shorter?

    language: Norwegian

    Shoppingcart

    Shoppingcart

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    .woocommerce-cart-form .coupon {
      width:400px;
    }
    .woocommerce-cart .wc-proceed-to-checkout {
      clear:right;
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter andreasfa

    (@andreasfa)

    Thanks =) worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘language problems’ is closed to new replies.