Problem with woocommerce. Front.css overwrite "Couponcode button"

Viewing 2 posts - 1 through 2 (of 2 total)
#54623

Hello guys,

First at all: I am a beginner and not a proffessional guy.
I have a problem with the download manager free and the woocommerce plugin.
In the front.css of the downloadmanager it is this line:
td.actions {
width: 100px;
}
I debugged the site (on mobile Page) and found out, if i make width: 300; the design is ok.

Is this a bug in the front.css?
Can i override this setting in the style.css of my template?
If yes, what i should add in the style.css?
I don’t want to change it in the front.css.
Because after next update, Front.css will be overwritten again ๐Ÿ™

You can try it out.
Take a item from my shop into the Shopcart and go into the shopping cart.
Then you will see, that the “couponcode field” is to small.
This just happen on mobile devices.

Shoppage: http://www.ramser-elektro.at/shop

Best regards

#54630

Solved my issue.
I added following code to my style.css:

.woocommerce-page table.cart td.actions {
width: inherit;
}

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Problem with woocommerce. Front.css overwrite "Couponcode button"’ is closed to new replies.