can you make possible to have line breaks on description
Folks, our former Wishlist portal, where our users shared their requests and suggestions, was transferred to this forum. You’re most welcome to vote, add new ideas, and leave your comments here — we surely will consider them all! ![]()
Original Votes: 1
Hi Allan,
Thank you for submitting the request!
I see your point, and we’ll try our best to make the Description field more flexible and functional.
Thanks a lot for your help! ![]()
2 posts were split to a new topic: Line breaks for the title
4 posts were split to a new topic: A mix of short and long descriptions doesn’t work
It’s been a few years since this was requested. I wanted to bring up a related issue.
On thumbnails layout, long hover descriptions run into the arrows (next/previous). Line breaks could help this, but also limiting the description width or more buffer around the arrows could help.
I need line breaks in my photo descriptions because they are multiple lines long (back cover of a book jacket). I’d like to be able to have the line breaks placed in the description to show as line breaks on the screen.
Example top gallery at: https://www.phillbradley.com/
Hi there, @user25018 ![]()
Thank you so much for the feedback!
Yeah, I totally get you and agree that a line break option would be a great addition. We’ll try to think about this enhancement in the future.
The good news is that we have a solution to fix the issue with the arrows covering the text. To do this, please add the code below to the Custom CSS section on the Style tab of your widget’s settings ![]()
.es-carousel-arrow-control-container[aria-label="Previous"] {
left: -36px !important;
}
.es-carousel-arrow-control-container[aria-label="Next"] {
right: -36px !important;
}