Change Width of Slider Title Text and Location

Latest Reply from Alice at 2018-07-02 04:53:41
Hi,

I want to change the slider title text so that it is wider in width and does not wrap to the next line.

Also i want to change the slider title text from left to right side of the slider...

is this possible?
Hi!

You need to change the code inside the style.css file of the theme:
.fp-content {
bottom: 0;
font-size: 13px;
height: 190px;
left: 30px;
right: 647px;
text-align: left;
}

Replace right:647px to whatever you need.

Leave a reply

Add codeAdd image