The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
PROBLEM Problem with layout - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: PROBLEM Problem with layout (/showthread.php?tid=6773) |
Problem with layout - kvapeq - 2014-09-26 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. RE: Problem with layout - Luigi - 2014-09-26 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! |