Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #769862

    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

    • This topic was modified 7 years, 7 months ago by snitt.
    #770340

    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

    #770921

    Worked well. Thank you :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gallery title to long/large for box’ is closed to new replies.