Problem with the slider on mobile

  • Author
    Posts
  • #54451

    First of all, thanks for your great job.

    I’m using Fluida on a little organization website. The theme is amazing, but I have an issue: from mobile, the text in the slider doesn’t feet the image and it’s not completely visible. I’m sorry if I’m not really accurate with the vocabulary, but I’m just a non-professional enthusiast.

    Below, two screenshots to let you understand better my issue. The first one is from desktop, the second from mobile (I’ve tried with Android using Chrome or Firefox). For the slider (cursor), I’m using a static image with a text.

    Desktop
    Mobile

    This is the link to the website: http://www.movimento5stelleariano.it/

    Thanks in advance for your help.

    #54519
    Zed
    Cryout Creations mastermind

    You can use custom styling to force the text smaller on the narrowest of devices:

    @media (max-width: 540px) {
       .lp-staticslider {
           font-size: 0.6em;
       }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #56570

    Hi Zed and thank you for your reply. I’m sorry, but I’m not a professional. Where should I add these lines?

    Thanks in advance.

    #56578

    I’ve just added the code that Zed gave me adding it as custom CSS in the theme customization tool. It works fine now.

    Just the last question: is this way correct? Would it be better to create a Child theme and add the code to the style.css file?

    Thanks so much.

    #56648
    Zed
    Cryout Creations mastermind

    The “Additional CSS” field in the customizer is designed exactly for such small/simple tweaks.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Problem with the slider on mobile’ is closed to new replies.