I’ve been trying to horizontally center the caption text on the full screen slider. Right now on larger screens it shows a off-center to the left a little bit, and on smaller screens the text is cutoff a tad bit on the right margin. I’m sure CSS will fix this, I just can’t seem to target the right class to make this happen. Thank you for your help.
Hey idelaydis,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-fullscreen-slider .caption_container {
max-width: 100%;
}
Best regards,
Rikard
Unfortunately, that doesn’t seem to work. Any idea why? I tested on both a computer and my iPhone. Not change was evident. Thank you.
Nevermind. I added an !important to the CSS and it’s working now. Thank you so very much.