Hi.
I would like the title for the full screen slider to be top left but there doesn’t seem to be an option for this?
Hey Mark,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-fullscreen-slider .caption_bottom .slideshow_caption {
bottom: auto !important;
}
Best regards,
Rikard
Thanks but it’s a bit too high.
How can I lower it a little?
Thanks.
Hi,
Try this instead, adjust the padding value to your liking:
.avia-fullscreen-slider .caption_bottom .slideshow_caption {
bottom: auto !important;
padding-top:20px;
}
Best regards,
Rikard
Thanks Rikard but no matter what I change the padding to it remains the same.
This code: .avia-fullscreen-slider .caption_bottom .slideshow_caption {
bottom: auto !important;
padding-top:300px;
}
Gets this: http://www.otwaysaccommodation.com.au/test-kangaroos/
Hi,
Ok, thanks for the feedback. Please try this instead:
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 120px !important;
}
Best regards,
Rikard
Hi Rikard. Thanks but…
That didn’t work either.
Might it have something to do with the first code I received?
This: .avia-fullscreen-slider .caption_bottom .slideshow_caption {
bottom: auto !important;
}
It refers to the caption being at the bottom but I want it at the top.