slide title and content text

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Feb 25, 2015 4:49 pm
hi ,

pls check my site homepage

www.samratbazaar.com.sg

wish the text to go to the top align= left

and the entire content text to the middle empty space align= right

thanks
User avatar
Expert Boarder

teitbite
Fri Feb 27, 2015 2:30 pm
Hi

Site is offline. Please send me an access to it and show me that text should go where.
User avatar
Moderator

GK User
Fri Feb 27, 2015 9:31 pm
teitbite wrote:Hi

Site is offline. Please send me an access to it and show me that text should go where.

apologise
sent you access details by pm

thanks
User avatar
Expert Boarder

GK User
Sat Feb 28, 2015 6:29 am
thambi wrote:
teitbite wrote:Hi

Site is offline. Please send me an access to it and show me that text should go where.

apologise
sent you access details by pm

thanks


can access now please
User avatar
Expert Boarder

teitbite
Sat Feb 28, 2015 11:30 am
Hi

I'm not sure if this is what You are asking for, but please add this to override.css and see slideshow to confirm.

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption {
    top: 0;
}

.gkIsWrapper-gk_shop_and_buy .figcaption p,
.gkIsWrapper-gk_shop_and_buy .figcaption h3 {
    text-align: left;
}
User avatar
Moderator

GK User
Sun Mar 01, 2015 1:54 am
teitbite wrote:Hi

I'm not sure if this is what You are asking for, but please add this to override.css and see slideshow to confirm.

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption {
    top: 0;
}

.gkIsWrapper-gk_shop_and_buy .figcaption p,
.gkIsWrapper-gk_shop_and_buy .figcaption h3 {
    text-align: left;
}


yes only a little more help AS how to change the context text font colour and also to push the entire content text into the huge empty space at the bottom of the slide with right align please
User avatar
Expert Boarder

GK User
Wed Mar 04, 2015 1:58 am
thambi wrote:
teitbite wrote:Hi

I'm not sure if this is what You are asking for, but please add this to override.css and see slideshow to confirm.

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption {
    top: 0;
}

.gkIsWrapper-gk_shop_and_buy .figcaption p,
.gkIsWrapper-gk_shop_and_buy .figcaption h3 {
    text-align: left;
}


yes only a little more help AS how to change the context text font colour and also to push the entire content text into the huge empty space at the bottom of the slide with right align please


hi, request help on this if it is escaped your attention please
User avatar
Expert Boarder

teitbite
Fri Mar 06, 2015 11:46 am
Hi

Please try somethig like this:

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption {
    left: auto;
    right: 0;
    top: 50%;
    width: 50%;
}

.gkIsWrapper-gk_shop_and_buy .figcaption h3,
.gkIsWrapper-gk_shop_and_buy .figcaption p {
    color: #222;
}
User avatar
Moderator

GK User
Sat Mar 14, 2015 12:18 pm
teitbite wrote:Hi

Please try somethig like this:

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption {
    left: auto;
    right: 0;
    top: 50%;
    width: 50%;
}

.gkIsWrapper-gk_shop_and_buy .figcaption h3,
.gkIsWrapper-gk_shop_and_buy .figcaption p {
    color: #222;
}

hi, has come out very near to my requirement. would tune it a bit here and there without breaking the code.....thanks a lot. very great help
User avatar
Expert Boarder


cron