Hi,
I have a fullscreen slider with title and legend.
With position Left Framed.
This position is in th middle of the height of the page.
How can I have it at the top ?
or higher (in the middle of the top half of the page) ?
Thanks
Hi ppi37!
Please add following code to Quick CSS
.slideshow_caption { top: -20%; }
Cheers!
Yigit
Hi Yigit,
Perfect.
And is it possible to enlarge a litle bit the frame ?
% or px ?
Thanks
Hi!
Sure, please add following code to Quick CSS as well
.slideshow_caption {
width: 60%;
}
Regards,
Yigit
Great !
Thanks a lot