right column to small

GK User
Tue Apr 13, 2010 5:33 pm
I installed the party freak quickstart template now for the 3rd time, always with the same problems.

A fiew i could handle with the topics in the forum, but one I couldn't solve:

- the right column is too small (i found out, that my code says

<div id="gk-right" class="column sidebar" style="width:20%">

but at the Gavick Demo Site it says width: 36%. Where can I change this ?

- also there are - although activated - no tools and no footer informations available.
Didn't change anything...

you can see it on:
http://www.off-musical.at/show/

Hope, someone helps.

Thanks a lot,
Michael
User avatar
Fresh Boarder

GK User
Tue Apr 13, 2010 5:41 pm
You can set it up in the backend. Extantions->Template->GK Party Freak
In DIMENSIONS!
User avatar
Senior Boarder

GK User
Tue Apr 13, 2010 5:50 pm
Sorry, forgot to write first:

params.ini is writable, i went to the parameters:

right 1 column width: 36
right 2 column width: 36

Tools, Style switcher, everything is on.


it still looks like i described and even don't do anything when I change the color f.e. from orange to red. It's still orange and no tools or copyright is shown, the colomn is still to small.

I really tried a lot before I started the thread :-/
User avatar
Fresh Boarder

teitbite
Wed Apr 14, 2010 8:48 pm
Hi

You can set it manualy at css:

Code: Select all
#gk-mainbody {
width:64% !important;
}

#gk-right {
width:36% !important;
}


But please first start from setting permission on required directories. I can see some errors with wrong permissions on Your site. It shouldn't have the messed the columns, but who would known.
User avatar
Moderator

GK User
Tue Apr 20, 2010 7:02 am
Which CSS page do I add this code to?
User avatar
Gold Boarder

teitbite
Tue Apr 20, 2010 12:38 pm
Hi

Pleas eadd this at the end of template.css file.
User avatar
Moderator


cron