-
AuthorPosts
-
March 21, 2017 at 11:59 pm #764442
Hi,
I am using the enfold integrated slide show below the header and menu of a customers site. On desktop everything looks fine, but on mobile it resizes the header and the fully image (especially the text) is scaled on mobile devices. I am using this layout:
and this settings
Would be great if you could help me with this soon.- This topic was modified 7 years, 8 months ago by timahe.
March 22, 2017 at 7:26 am #764617Hey Tima,
Try adding this to quick css
@media only screen and (max-width: 768px) and (min-width: 483px) { .caption_right .slideshow_caption{ width:600px!important; } } @media only screen and (max-width: 414px) and (min-width: 320px) { .responsive #top .slideshow_caption h2 { font-size: 80% !important; } .avia-caption-content p{ font-size: 60% !important; } } @media only screen and (max-width: 320px) { .avia-caption-content p{ font-size: 50% !important; } }
Let me know if this works for you.
Best regards,
Jordan ShannonMarch 22, 2017 at 12:00 pm #764724Hi Jordan,
now everything gets shown and its better than before of course. But if you have a look at the site with your mobile device again you may see it does not really look ‘nice’. Is there a way to display more from the image so it could look better (like on desktop versions)?
Regards,
timaMarch 22, 2017 at 5:38 pm #764915Hi,
Would you be able to provide admin information so I can adjust this further and see my changes realtime?
Best regards,
Jordan ShannonMarch 22, 2017 at 11:07 pm #765097of course :)
March 23, 2017 at 5:27 am #765142Hi,
Please test again and let me know if its better.
Best regards,
Jordan ShannonApril 5, 2017 at 9:17 pm #772843Hi, sorry for late response. If you check with a resolution like its on normal iPhone 6/7 etc. the house now looks really stretched… Isnt there another way to display this? :(
April 6, 2017 at 6:48 pm #773391Hi,
Try updating with the following:
@media only screen and (max-width: 667px){ #full_slider_1 .avia-slideshow-inner, #full_slider_1 img { height: 200px !important; } }
Best regards,
Jordan ShannonApril 6, 2017 at 11:51 pm #773598Hi,
this looks much better now. I am just experiencing a problem with the text: It becomes some kind of blurred. Is there a way to ‘highlight’ the text?April 7, 2017 at 4:01 pm #774051Hi,
You would just have to use the slider editor to adjust the color and or background of the text to something that is satisfactory and won’t clash with the house background.
Best regards,
Jordan ShannonApril 14, 2017 at 8:50 pm #778062Ok is it possible to just show a background on mobile devices using CSS? E.g. I would use a light gray background for mobile, on desktop devices no background
April 14, 2017 at 9:17 pm #778068Hi,
So you want to remove the house background completely on mobile?
Best regards,
Jordan ShannonApril 15, 2017 at 12:59 am #778115Hi jordan,
no my plan was to display slideshow to everyone but the text of the slideshow should have a light gray background. Of course I know how I would do this normally but I just want to have this ‘text-background’ on mobile devices.
April 15, 2017 at 7:02 am #778131Hi,
I`ll provide a custom CSS code and let me know if it is good for you.
@media screen and (max-width: 480px) { . av-slideshow-caption { background-color: #f1f1f1; opacity: 0.8; } }
Best regards,
John TorvikApril 15, 2017 at 8:24 pm #778280Hi,
I think this should be exactly what I searched for but it seems like it does not work – noch changes happened on my mobile device (iPhone 7).. You may check yourself using link given in the first postApril 17, 2017 at 3:05 pm #778726Hi,
Johns code worked, there was just a space that needed to be fixed on the class. Please test the site again.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.