Hi there,

So, I have been editing the sandtiger theme, but now I need one "default feautre" of drupal themes and I can't figure it out:

-I have a front page -created with views- with three columns (content+sidebar1+sidebar2). I also use this design for "section front pages" also created with views.

-In the content pages (I mean: stories, pages, blog and own content types) I want the design to be two columns: content+sidebar2.

-What I do to avoid sidebar1 is configure all its blocks to show ONLY in the front pages and the paths of the sections front pages.

-And now... how do I work on the CSS to make the content column larger? It should take the space of content+sidebar1.

I have tried with "width:100%;", but it doesnt work because it takes the whole space (content+sidebar1+sidebar2) and puts sidebar two under content. The template is like this:










So, how can I get back that property of enlarging when needed?

Thanks a lot!