Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Colspan problem Reply To: [Solved] Colspan problem

#176159
sensationikke
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….