Problems with Layout in new addes modules

GK User
Wed Sep 24, 2014 1:44 pm
I have add two new modules (buttom 7 + buttom 8) i have done this with the 3 stepps in your doc. without step 2, file gk.con...php was missing in the framework.

The new modules works fine but the layout isnt correct " its flush on the left and right site" when i put the "location" to pos: bottom 8... in bottom 6 it loks fine.

I should look liek: http://ristorante-lafontana.ch/bsp/#location
but it looks so: http://ristorante-lafontana.ch/www/#location

Maybe i forgot something to add in a css file or something else?

Thank you..
User avatar
Fresh Boarder

GK User
Fri Sep 26, 2014 3:55 pm
Hello,

Please check the template.css and layout.css code and please add your #gkBottom7 and #gkBottom8 selectors to all places where the #gkBottom6 selector is.
User avatar
Administrator

GK User
Sun Sep 28, 2014 9:43 am
I have done this bevore. I checked the css files and the default.php.. everything seems to be correct.

I have found something in the code... in Bottom6 you finde this:
<div class="box-wrap"><h3 class="header gkPage"><span>Standort</span><small>Finden_Sie_uns!</small> (2)</h3><div class="content gkPage">

But in the Bottom7 or 8 the code looks like this:
<div class="box-wrap"><h3 class="header"><span>Standort</span><small>Finden_Sie_uns!</small></h3><div class="content">

It means that in h3 class="header" and content the "gkPage" is missing.

Where i can add this class to Bottom7 and 8?
User avatar
Fresh Boarder

GK User
Tue Sep 30, 2014 10:54 pm
These classes are added in the html/modules.php file.
User avatar
Administrator


cron