Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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:

    View post on imgur.com

    and this settings

    View post on imgur.com


    Would be great if you could help me with this soon.

    • This topic was modified 7 years, 8 months ago by timahe.
    #764617

    Hey 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 Shannon

    #764724

    Hi 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,
    tima

    #764915

    Hi,

    Would you be able to provide admin information so I can adjust this further and see my changes realtime?

    Best regards,
    Jordan Shannon

    #765097

    of course :)

    #765142

    Hi,

    Please test again and let me know if its better.

    Best regards,
    Jordan Shannon

    #772843

    Hi, 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? :(

    #773391

    Hi,

    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 Shannon

    #773598

    Hi,
    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?

    #774051

    Hi,

    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 Shannon

    #778062

    Ok 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

    #778068

    Hi,

    So you want to remove the house background completely on mobile?

    Best regards,
    Jordan Shannon

    #778115

    Hi 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.

    #778131

    Hi,

    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 Torvik

    #778280

    Hi,
    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 post

    #778726

    Hi,

    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

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