Dear support,
I have a full screen slider currently on my home page, with a text box in the centre.
The text currently extends from side to side and I would like to be able to control the width of this to make it narrower. I wish for the text to extend only just beyond the width of the logo and menu above, over say 3 lines instead of 2.
Is this possible?
Kind regards,
Oliver
Hey Oliver,
Thank you for using Enfold.
This css code should help decrease the width of the caption container.
.responsive .avia-fullscreen-slider .caption_container {
height: 100%;
max-width: 80%;
}
The default maximum width value is the same as the value set in Maximum Container Width option.
Best regards,
Ismael
Ismael,
Thank you this resolved my issue.
Thank you for your help!
Kind regards,
Oliver