Hi everybody,
I've been playing around with a left-aligned thematic theme for some while now and managed to float the whole childtheme by adding a wrapper css-Element (note: the wrapper is a div present in the thematic framework by default):
#wrapper
{
float:left;
padding-left:90px;
}
Is this a apropriate way to align the layout left? WIll I run into any upgrade problems by using this technique?