Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213253

    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!

    #1213576

    Hey Stefan,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1213583

    Hi, link is in private content.

    Thank you!

    #1213621

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.