Do you tell your designers to only use classes?
Rules to Better Sitefinity|b986f041-7e16-4e47-8d0b-d1318185a31d
v2.0
Posted at
22/04/2013 4:21 PM by
Ulysses Maclaren
Rule Intro
In Sitefinity you can alter the appearance and content areas on your webpage using "Layouts". These layouts are basically just Divs with sizes applied.
Page Content
-
- Figure: You have the ability to assign a Class to a Div only. No other customisations can be made
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", "");
{516AAC5A-C691-4E58-AF66-A87F8105E44A}
Do you feel this rule needs an update?