hardcoded widths override

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Jul 18, 2013 11:16 am
Hi - there is a style block in the header, after override.css, which includes:
...
#gkToptop1 { width: 50%; }
#gkToptop2 { width: 50%; }
#gkToptop7 { width: 100%; }
...
I have gone over everything and can't figure it out...
How to set my own widths????
website: http://www.cronicabalear.es
Many thanks,
Mike
User avatar
Fresh Boarder

GK User
Thu Jul 18, 2013 11:50 am
Try with !important:
Code: Select all
#gkToptop1 { width: 50% !important; }
User avatar
Moderator

GK User
Thu Jul 18, 2013 1:17 pm
Hi Cyberek,
That of course works, but I wondered if there was a setting that I was missing.
It seemed strange provide override.css only to hardcode style into the head...
Is there no way of specifying or tweaking the layout widths I mention above?
un saludo, Mike
User avatar
Fresh Boarder

GK User
Thu Jul 18, 2013 5:26 pm
Those 'hardcoded' sizes are for users, who doesn't want to use override.css.
By going to:
Extensions -> Template manager -> gk_twn2
and selecting from right column 'LAYOUTS' - You can define those sizes over there.
User avatar
Moderator


cron