Hi,
I’ve seen a number of posts on this, and I tried all the CSS from those, but couldn’t get any of them to work, so I took them all out.
Site is: http://stlouisdruglawyer.com/home-page/.
I’d like to be able to increase the width of the container for the caption – I need to be able to have the text stretch further across the screen before it wraps. I have breaks in the text for where I want it to wrap, but in addition to that, it’s wrapping on it’s own – can’t figure out the container width.
Thanks!
Hey Taryn!
Add this to your custom CSS.
.slideshow_caption { width: 80% !important; }
Your title has a line break in it though so be sure to remove that if you want it to span more width.
Regards,
Elliott
Wonderful – simple. I could have sworn I tried that and it didn’t work, but evidently I’m retarded today.
Thanks so much!