GetSimple Support Forum

Full Version: Problem with layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I dont know php well so I have a question to you.
I have some problem with my website layout.

Look on these two pages. On first one there is no border od right column.

http://karinen.pl/

I want layout like on this page.

http://karinen.pl/index.php?id=metoda

When I create new page everything is ok, only on my index page is this problem.

Have you got any ideas how can I fix it?

Thanks for help.
Hi kvapeq,

Open the template you are using for index.php and look for:

Code:
<div class="ninecol2 last">

Delete the number "2" and leave it like this:

Code:
<div class="ninecol last">

That should work! Wink