Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #685574

    Hi there

    I am using the full width easy slider with a Caption Title, Caption text and 2 buttons. I want the image to fill the width of the page but not the depth – hence using full width slider not full screen slider. But the caption, text and buttons don’t fit on mobile screens – the image shrinks proportionally however all the text and buttons disappear.

    i have the same setup on another dev site as well and its actually worse after the latest enfold update.

    Cheers

    #686177

    Hey xfacta,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #686181

    Hi there link below :-)

    #686755

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1130px) {
    .slideshow_caption {
        width: 70% !important;
    }
    }

    Regards,
    Rikard

    #686757

    hi there

    Sorry hint fixed it :-(

    #687166

    Didn’t fix it not hint fix it lol

    #687915

    Hi,

    You have a coming soon page active now.

    Thanks,
    Rikard

    #687921

    Sorry I’ve taken that off again for you now

    #688336

    Hi,

    Try the following instead:

    @media only screen and (min-width: 768px) and (max-width: 1130px) {
    .slideshow_caption {
        width: 100% !important;
    }
    }

    Regards,
    Rikard

    #688338

    Sorry still not working :-(

    #688951

    Hi,

    It looks fine on my end, could you post a screenshot of what you are seeing on your end and a mockup highlighting how you would like to change the layout please?

    Thanks,
    Rikard

    #688954

    Hi there

    Link to screenshots below

    #690806

    Hi,

    try this code inside your Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner {
    height: 248px !important;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

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