Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    What do you mean by squishy? do you have an URL to check that?

    Cheers,

    He means that when you have 3 columns for a desktop version and you open the website on mobile, instead of showing only one column per row (in order to be responsive) it keeps showing 3 columns, therefore the text is too squeezed (in 33% per column for a mobile version). I have the same problem but it seems I will have to add new styles for mobile version to make it responsive (e.g. to show only one column per row).

    @starhorsepax2, if you’re using the default theme you can just add in your CSS this:

    @media (max-width: 767px) {
    .flex-active-slide div ul li {
    width: 100% !important;
    }
    }

    Plugin Author JoomUnited

    (@joomunited)

    OK I see, your css fix is doing the trick.
    We just tested it deeply and I saw it’s definitively a bug in flexslider script that is integrated in our plugin.

    We”l try to push a fix tomorrow.

    Cheers,

    Thread Starter Starhorsepax2

    (@starhorsepax2)

    Thanks! That css worked!

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    This fix is included in the latest version (+ the JS calculation fix).

    Cheers,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not mobile friendly/responsive?’ is closed to new replies.