Hi,
I use the content element “Image with hotspots”. In the tooltip content i place text but the enters (<br />) are not visible in the website. So the content is all on 1 line. When i place a “hard enter” there is too much space between the lines.
Could you please tell me what to do with this?
Greets,
Hey bonsaimedia,
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.inner_tooltip p {
line-height: 13px;
}
Best regards,
Yigit
Thanks! Works fine.