Elliminate space between image (Image Show GK4)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 30, 2012 3:30 pm
Reply with quote
Report this post
Is it possible to limit the space between the text and image on Image Show GK4. The site location is www.socialpatient.com/sp3

Thank you
User avatar
Senior Boarder

Konrad M
Fri Nov 30, 2012 4:33 pm
Reply with quote
Report this post
Hi,
please add to override.css
Code: Select all
.gkPage div.box.bigspaces {
padding: 110px 0 90px 0!important;
}

and reduce first value (110px) to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Fri Nov 30, 2012 5:49 pm
Reply with quote
Report this post
I tried this and it does not seem to modify the space. overrider.css is enabled
User avatar
Senior Boarder

Konrad M
Mon Dec 03, 2012 11:14 am
Reply with quote
Report this post
Did you clear cache of your browser after change. Becasue on my chrome it is working. You reduced space.
User avatar

GK User
Mon Dec 03, 2012 2:52 pm
Reply with quote
Report this post
Yes, I cleared cache, not sure... I would like the image directly under the "Earn Points" text...
User avatar
Senior Boarder

Konrad M
Mon Dec 03, 2012 4:59 pm
Reply with quote
Report this post
If I understand you correct I have solution. Please go to Image Show settings and in 'INTRFACE' tab set 'Module height' option to 760px.
User avatar

GK User
Tue Dec 04, 2012 3:13 pm
Reply with quote
Report this post
Thanks that still does not seem to change the spacing?
User avatar
Senior Boarder

Konrad M
Tue Dec 04, 2012 3:52 pm
Reply with quote
Report this post
Can you send some image and show what do you want to achieve ?
User avatar

GK User
Tue Dec 04, 2012 4:04 pm
Reply with quote
Report this post
Not sure how to send or post the photo?
User avatar
Senior Boarder

Konrad M
Wed Dec 05, 2012 12:31 pm
Reply with quote
Report this post
You have 'upload attachment' option under submit button.
User avatar

GK User
Wed Dec 05, 2012 2:42 pm
Reply with quote
Report this post
Please see below. I would like to have the image (gift cards) directly under the the line and text.
User avatar
Senior Boarder

GK User
Wed Dec 05, 2012 3:04 pm
Reply with quote
Report this post
I am not able to upload any files??? The site shows the photo (www.socialpatient.com/sp3), I would like the image below the text "Earn Points, etc" and line (directly below).
User avatar
Senior Boarder

Konrad M
Wed Dec 05, 2012 4:39 pm
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.gkIsWrapper-gk_startup.loaded .gkIsImage img {
top: 260px;
}

and remember override.css option in template settings.
User avatar

GK User
Wed Dec 05, 2012 5:10 pm
Reply with quote
Report this post
Excellent! Thank you!
User avatar
Senior Boarder

GK User
Sat Dec 08, 2012 10:00 pm
Reply with quote
Report this post
1. Is there a way that I can add the a button (like the one in the template) above the text which would open the lightbox to subscribe - this would be the same function that links from the "SUBSCRIBE" button on the top right menu? http://www.socialpatient.com/

2. Also please note that when I scale down to mobile size the image is off and not in the same position?

3. Is there a way that the background image and contents could be moved up to fit the image and contents all in the browser window? - If i could raise the text "Earn Points" and the image slide up move that would solve the issue.
User avatar
Senior Boarder

GK User
Sun Dec 09, 2012 3:05 am
Reply with quote
Report this post
socialpatient wrote:1. Is there a way that I can add the a button (like the one in the template) above the text which would open the lightbox to subscribe - this would be the same function that links from the "SUBSCRIBE" button on the top right menu? http://www.socialpatient.com/



Ok here is the code I have been working on:

The more you work the more you earn<a class="modal" href="index.php?option=com_rsform&formId=1&tmpl=component" rel="{handler: 'iframe', size: {x: 660, y: 475}}">lightbox form</a> <span class="gkLine">

Rather than the text "lightbox form, I would like to link this with the "Start Now" (btn1) button on the page, so that the lightbox opens
User avatar
Senior Boarder

Konrad M
Tue Dec 11, 2012 1:48 pm
Reply with quote
Report this post
I' m not sure. You want to direct to new page rather than load it in light box ?
User avatar

GK User
Tue Dec 11, 2012 2:42 pm
Reply with quote
Report this post
Ok, could you help on item 2 & 3:
2. Also please note that when I scale down to mobile size the image is off and not in the same position?

3. Is there a way that the background image and contents could be moved up to fit the image and contents all in the browser window? - If i could raise the text "Earn Points" and the image slide up move that would solve the issue.
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 1:44 pm
Reply with quote
Report this post
Try add to override.css
Code: Select all
.gkIsWrapper-gk_startup .gkIsText.active {
top: 115px;
}

and reduce value to fit your needs.
User avatar

GK User
Thu Jan 03, 2013 2:05 am
Reply with quote
Report this post
Thanks it still seems to be off on the image when scaled down for mobile size?
User avatar
Senior Boarder

Konrad M
Thu Jan 03, 2013 8:37 am
Reply with quote
Report this post
Can you give me some print screen how it look's ?
User avatar

GK User
Thu Jan 03, 2013 7:16 pm
Reply with quote
Report this post
It is on the live site for some reason I can not post. Www.socialpatient.com
User avatar
Senior Boarder

Konrad M
Fri Jan 04, 2013 8:23 am
Reply with quote
Report this post
Try move codes I gave you from override.css to template.css (put this at the bottom after last selector).
User avatar

GK User
Fri Jan 04, 2013 12:44 pm
Reply with quote
Report this post
The following code (correct?)

.gkIsWrapper-gk_startup .gkIsText.active {
top: 115px;
}
User avatar
Senior Boarder

Konrad M
Fri Jan 04, 2013 12:45 pm
Reply with quote
Report this post
This one too
Code: Select all
.gkIsWrapper-gk_startup.loaded .gkIsImage img {
top: 260px;
}
User avatar

GK User
Fri Jan 04, 2013 2:52 pm
Reply with quote
Report this post
no luck it does not change. I
User avatar
Senior Boarder


cron