Do you tell your designers to only use classes?
Last updated by Brady Stroud [SSW] 7 months ago.See historyIn Sitefinity you can alter the appearance and content areas on your webpage using "Layouts". These layouts are basically just Divs with sizes applied.
Additionally, Sitefinity will hard code the widths of the layout and there is no way to stop it. The hack work around is to manually remove the widths via JQuery:
$(".sf_colsOut").css("width", "");