GK Image Show — Left aligment of text?

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Sat Mar 09, 2013 12:06 am
Is there an easy was to change the text alignment to left instead of center for the GK Image Show?
I've tried using <body align="left"> in the description area in the media library.
User avatar
Fresh Boarder

GK User
Sat Mar 09, 2013 3:39 pm
Hi,

If you want to place the text on the left side and the image on the right side, then I'm sorry but it needs big adjustments which are beyond our support. But if you want just to place the text on the left align you have to just modify the code:

Code: Select all
text-align: center;


to:

Code: Select all
text-align: left;


in the css/extensions.css file for the following selector:

Code: Select all
.gk-is-wrapper-gk_startup .gk-is-text
User avatar
Administrator


cron