How to control the text positioning in Image Show GK?

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
Wed Aug 21, 2013 3:56 pm
Reply with quote
Report this post
I would like to allow the text to start a bit higher up in the Frontpage intro text using Image Show GK.

Can you please let me know where to control this?
User avatar
Gold Boarder

GK User
Wed Aug 21, 2013 9:38 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > div {
top: 35%;
}

If You reduce the number, the text will render higher.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Aug 21, 2013 9:53 pm
Reply with quote
Report this post
Great. Thank you it worked :D
User avatar
Gold Boarder

GK User
Thu Aug 22, 2013 11:01 am
Reply with quote
Report this post
No problem. Feel free to create new forum posts with any new question.
User avatar
Moderator

GK User
Mon Sep 02, 2013 9:17 pm
Reply with quote
Report this post
I just noticed that this code is not working in the override.css. You have to insert it into the custom CSS code section in the template settings.

For more convenient user template upgrades in the future ... please have a look at this.
User avatar
Gold Boarder

GK User
Wed Sep 04, 2013 3:44 pm
Reply with quote
Report this post
Are You sure that it was loaded (have You enabled override.css in template settings?)
If it was loading correctly, sometimes !important have to be added to declaration to force its settings.
User avatar
Moderator


cron