-
AuthorPosts
-
September 28th, 2017 at 09:24 #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.
This is the link to the website: http://www.movimento5stelleariano.it/
Thanks in advance for your help.
October 1st, 2017 at 21:09 #54519ZedCryout Creations mastermindYou 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.November 22nd, 2017 at 11:47 #56570Hi 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.
November 22nd, 2017 at 16:36 #56578I’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.
November 25th, 2017 at 14:49 #56648ZedCryout Creations mastermindThe “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. -
AuthorPosts
The topic ‘Problem with the slider on mobile’ is closed to new replies.