Text in the slider

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Sat Nov 30, 2013 6:45 pm
Hello. The text in the images of the slider. You can switch to the right, left, up or down? According interests place?
User avatar
Junior Boarder

GK User
Mon Dec 02, 2013 9:19 am
Hi,

You have to use CSS to do it, Add this code to override.css file (first enable this from Template Options -> Advanced Tab):

Code: Select all
.gk-is-wrapper-gk_creativity .figcaption h1,
.gk-is-wrapper-gk_creativity .figcaption h2 {
   text-align: right;
}


Vertical position, you can change using top CSS property (use your own top value):
Code: Select all
.gk-is-wrapper-gk_creativity .figcaption > div {
top: 35%;
}
User avatar
Moderator


cron