Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #859425

    Hi guys

    I’ve browsed through several threads about this issue but none of the CSS worked for me. My Easy slider is tiny on mobile, and overshadowed by the blue box below it. Is there a way to make the slider larger on mobile screens? When I plugged in the CSS I found on other threads, it distorted the image.

    Question 2 – I used Enfold Medical as a base and copied the blue boxes with services provided. On mobile, these show up huge and stacked on one another. Is there a way to keep them side by side like on desktop?

    Domain is catherapeutics.com

    Thanks!
    Jon

    #859922

    Hey jonroot,

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

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .av-equal-height-column-flextable {
        margin-top: -130px !important;
    }
    }

    Best regards,
    Rikard

    #860178

    Thanks Rikard. That made it show a little better, but I’m still hoping for the slider to take up more space on the mobile screen. And for some spacing between the “book an appointment” button and the blue boxes below.

    Any ideas for my second question? A way to have the boxes grouped in a line like they are on desktop would be great.

    Thanks,
    Jon

    #860458

    Hi Jon,

    Thanks for the feedback. Please try this as well:

    @media only screen and (max-width: 767px) {
    .slideshow_align_caption {
        display: block !important;
        padding-top: 40px !important;
    }
    }

    Best regards,
    Rikard

    #860644

    Still not working Rikard……….please test it on your end and let me know if you are seeing what I am seeing.

    #860808

    Hi,

    Please, to have sure about the correct code, could you provide to us your WP credentials?

    Best regards,
    John Torvik

    #861088

    Hi John

    No problem. Included in the private content of this message.

    Jon

    #862293

    Hi,

    It’s possible to add an element specifically for mobile view so you can replace the current slider with a “Fullscreen Slider”. Add another full screen slider above or below the current slider then use the same images. Go to the Screen Options panel to toggle the display property on different screen sizes or devices.

    Best regards,
    Ismael

    #863075

    Thanks guys – that will work.
    Jon

    #863231

    Hi,

    Great! Let us know if you need anything else.

    Best regards,
    Ismael

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