Bottom-module width adjustment

GK User
Sun Sep 14, 2014 8:27 am
Hey guys!

I am facing a strange problem here: http://energetic-mental.at/index.php/mental-training

If you scroll down, you can see that the content in the mainbody-position (it's an article as it is not possible to place any modules on the "mainbody"-position except from the min-(home)-page) is not as wide than the contetn in the bottom modules.

I really need the contents to be the same width.

So I fugured out two possible solutions:

1st: Getting the system to display modules in the mainbody-position on all pages, not only on the mainpage
2nd: Being able to adjust/reduce the width of the bottom-positions.

Unfortunatley I actually have no idea hof to get each of these solutions working.

Hopefully you have any ideas on this issuw.

Looking forward to your replies.
User avatar
Expert Boarder

GK User
Sun Sep 14, 2014 9:01 am
Figured it our by myself.
Just change the template width to 900 px (instead of 1230 px) and everything is smoothly in the same width.
Bildschirmfoto 2014-09-14 um 10.00.24.png
User avatar
Expert Boarder

GK User
Sun Sep 14, 2014 9:15 am
But watch out - the width-adjustments has an effect on the menu-with, too.
I had to adjust the fontsize of the menu a bit.

Code: Select all
.gkMenu > ul > li {
    margin-top: 20px;   
    margin-left: -12px;   
    font-size: 14px;
    color: #fff;
}
User avatar
Expert Boarder

teitbite
Sat Sep 20, 2014 2:19 pm
Hi

Thank You for shearing this solution with us. I believe someone will benefit from it.
User avatar
Moderator


cron