Hi,
the slider caption description is to long for mobiles.
Is there a way to make the discription multi-line maybe in 2 lines?
Thank you!
Hey Stefan,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi, link is in private content.
Thank you!
Hi Luisgasser,
https://share.getcloudapp.com/jkul0RWo This is the code added somewhere in Quick css that does that.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
#top .slideshow_inner_caption {
width: 90vw !important;
margin-top: -40px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria