Slider help

Latest Reply from Dave at 2016-03-22 09:56:35
Hi, I have one Problem with the slider and need help. I want to move up title and content in slider like images below:

http://i.imgur.com/6bkUpns.jpg


I try to edit in style.css but i can't. Please help me. Thank you.
Hi there!
Find the following code inside the style.css file:
.fp-content {
bottom: 0;
height:200px;
left: 0;
right:699px;
}

and set "bottom" value according to your needs. YOu would better write:
bottom:auto;
top:0;

Leave a reply

Add codeAdd image