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%;
}