Page 1 of 1

Simplex Template

Posted: Thu Mar 14, 2013 10:36 am
by wicked
Hi all,
I am trying to align the news block on the right in the simplex template and can’t work out how?

In other words I would like the main content on the left and the news block on the right.

Any help would be much appreciated

Re: Simplex Template

Posted: Sat Mar 23, 2013 5:10 am
by frankmanl
I can't work it out myself right now, but Simplex is built using a 12 column grid system (see style sheet Simplex: Core). In the template you see that the news module has class sidebar grid_4 pull_8.
grid_4 means the width of this class is 4 columns (out of 12).
pull_8 means (if I remember well) the collumn is pulled 8 columns to the left.
When you remove pull_8 from the class, the news column is put to the right of your content, but the main content has not changed place, so the news column is now projected over your main content (try it!).
To get the main content on the left you should change its class in some way, but this is where I'm lost at the moment.
At least it's a start for you.
You may also visit http://960.gs/ to read some more about the grid system.

Frank

Re: Simplex Template

Posted: Mon Mar 25, 2013 4:20 pm
by wicked
Thank you Frank for pointing me in the right direction