Image Show alignment

January 2012 WordPress Theme
GK User
Sat Apr 05, 2014 8:50 am
Hi Guys,

First of all, let me start of by telling I love the Game-theme. It is gonna be a great use for us. I was just wondering about the Image Show-widget and its styling. I currently have a test-setup running at http://www.brain-freeze.nl/gc/ and as you can see, the text of the slider aligns at the top. However I would like to align it at the bottom, so that the progress-bar is always in the same place. Would you guys like to point me to the CSS-file I should change to get this done?

Many thanks in advance,

Kevin
User avatar
Fresh Boarder

teitbite
Sun Apr 06, 2014 10:14 am
Hi

Please add this code to css:

Code: Select all
.gk-is-wrapper-gk-game figcaption > div {
    bottom: 50%;
    margin: 0;
    position: absolute;
    right: 0;
}
User avatar
Moderator

GK User
Tue Apr 08, 2014 8:55 am
Thanks guys! It was some tweaking for the mobile versions, but now it works great!
User avatar
Fresh Boarder


cron