Posted - 09/01/2020 : 17:28:45
Hi Brian, If you want to wrap that text, you can open the slider2.css file and aat line 60, you have .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } I tested adding overflow-wrap: break-word; in there and it worked. .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; overflow-wrap: break-word; } My personal opinion is that you create a page with a gallery of these photos where customers can flip through them at their leisure. But I also understand it's your site, and you know what's best for you and your customers.  Thanks, David
|