Hello
I have a simple gallery with title description on hover. Only problem is that title goes outside the box (dark background). How can i force text to be inside box?
You can see it in gallery on image 3,4,5,6
Hey snitt,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-tooltip {
min-width: 220px;
word-wrap:break-word;
font-size: 0.7em;
}
If you need further assistance please let us know.
Best regards,
Victoria
Worked well. Thank you :)