Hi there,
How to i make the words in the side title and slide caption go across and not underneath each other?
Is there a way to make the text stand out? Perhaps bold font?
http://luxeproductions.com.au
Thanks for your help!
.layerslideshow .info-wrapper {
flex-direction: row;
}
.layerslideshow-title,
.layerslideshow-caption {
font-weight: bold;
}
.layerslideshow .item-align-center .info-wrapper {
max-width: 100% !important;
}
.layerslideshow-title {
font-size: 45px;
}
.layerslideshow-caption {
font-size: 20px;
}