which file to modify for Image Show GK4 style

AppSite - Professional Business Template for Joomla support forum.
GK User
Thu Oct 18, 2012 5:55 pm
Hello,
using appsite template on 2.5 joomla site , in Image Show GK4 module i try to use gk_black_and_white style.

it work's but the text area displayed has a too height size, i'd like to have a thin area covering all the module width. This setting is not available in module settings so which file do i have to edit to change the height of this area?

thank's for your help,
Best regards,
Profwalken
User avatar
Senior Boarder

GK User
Thu Oct 18, 2012 6:24 pm
Here an image view of what i want to obtain

Image

Uploaded with ImageShack.us
User avatar
Senior Boarder

GK User
Thu Oct 18, 2012 6:25 pm
Hi

Please enable the use of css override on template parameters > advanced settings.
From the template directory, try adding something like this on ../css/override.css file:

Code: Select all
.gkIsWrapper-gk_black_and_white .gkIsText { height: 100px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Oct 19, 2012 10:41 am
Hello,
thanks for your answer, i added line in css file but this has just an effect to reduce the white background size.

i try with 70px height and this was good for me, but the second text line doesn't move from under title to his right. so is there any other php file to modify to obtain the hoped result?

Thanks
Profwalken
User avatar
Senior Boarder

GK User
Sun Nov 04, 2012 6:45 pm
Hi

My apologize for late reply.
Please use this code on override.css instead.

Code: Select all
.gkIsWrapper-gk_black_and_white .gkIsText {width: 100%!important;top: 0; left: 0; height: 70px; overflow: hidden;  }
.gkIsWrapper-gk_black_and_white .gkIsText h4 {float: left}
.gkIsWrapper-gk_black_and_white .gkIsText p {margin-top: 25px; float: left }


It should work fine now and it should look like this:
screen.jpg


Cheers
User avatar
Platinum Boarder

GK User
Sat Nov 17, 2012 7:21 pm
Hello Seichinha,
Thanks a lot for your response, that's now like in your photo.
My last question about module settings , is it possible to display the photo under the 70px text area covering it.
best regards
Profwalken
User avatar
Senior Boarder

GK User
Mon Nov 19, 2012 4:19 am
profwalken wrote:Hello Seichinha,
Thanks a lot for your response, that's now like in your photo.
My last question about module settings , is it possible to display the photo under the 70px text area covering it.
best regards
Profwalken


Hi again

If i understood well, you can use also this:

Code: Select all
.gkIsWrapper-gk_black_and_white img.gkIsSlide {margin-top: 70px!important}


Naturally you need to increase the module height to have full height image display (if you want, i mean).

Cheers
User avatar
Platinum Boarder

GK User
Mon Nov 19, 2012 5:22 pm
Hello,
you were right on target! just what i wanted to obtain.

congratulations,

Best regards,
Profwalken
User avatar
Senior Boarder


cron