#iddiv span { display: inline-block; width: 190px; } .myclass { width:10px; }
Then I have
<
First of all, I'd suggest you properly target your selectors, as others are suggesting.
But when all else fails, you can use !important.