Hi
on this page: http://xn--hstkonferansen-qqb.no I would like to move the text / title in the fullscreen slider to the top.
(I am testing different approaches, therefor the fullscreenslider is the second main object on the page…)
I would like to control font size, position and color.
Hey dalboslampen!
Your site is under maintenance mode. Send us a login and we’ll take a look.
Regards,
Elliott
Greatn – Appreciate!!
Hi,
I’m guessing you are referring to the second section, correct? If so, please try the following in Quick CSS:
.slideshow_align_caption {
vertical-align: top !important;
}
Thanks,
Rikard
Yes, that helped. I also added some padding to further control the distance to top / bottom.
.slideshow_align_caption {
vertical-align: top !important;
padding-top: 100px !important;
}
Also I would like to control the distance between the Caption title and the Caption text. And also lastly the distance from caption text to the buttons beneath
Thank you very much for great support!
Hey!
Please try adding a padding-top/padding bottom value via the layer slider style settings for each element as shown in the below screenshot:
http://i.imgur.com/vdmxCOz.png
Cheers!
Dake
Thank you!