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

    Dear Support Team.
    I am currently working on a webiste for a customer, which is already online in the first version: https://www.hotel-admiral.de/
    At the top of the picture you can see a picture slider on which a text description is placed.
    On the computer this also looks very good and correct: see screenshot: https://www.osmosis.de/support/01_Text.png
    Only on the phone covers the text description almost the whole picture: see screenshot: https://www.osmosis.de/support/02_Text-mobile.png
    Is there a way to hide the text description for the phone only?
    I send you the login details to the backend.
    Many thanks for your help
    Diana

    #1135433

    Hey Diana,

    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:479px){
        #top .slideshow_align_caption {
            display: none;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1135569

    Thank you very much Victoria. The script works perfectly!
    Best regards Diana

    #1135641

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘text description slider on mobile’ is closed to new replies.