Home › Forums › CSS › [Solved] Colspan problem › Reply To: [Solved] Colspan problem
July 22, 2014 at 7:33 am
#176159
Participant
Strange enough it works perfect in the codepen: http://codepen.io/anon/pen/Dbnxd
Even stranger: i got it to work in my css file by putting
.product_box .double{width:50%; clear:left;}
instead of
.double{width:50%; clear:left;}
Well it works, I don’t know why yet….