Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Josh

    (@josh401)

    Hello,

    Is the post in your link password protected? I can’t seem to view the page; it redirects me to a login area.

    Thread Starter JonathanFokker

    (@jonathanfokker)

    Yes it is. See post above. Password is “werkeninwonen”.

    Plugin Author Josh

    (@josh401)

    Thank you.

    (Was that there before, and I’m getting old…. or did you go back and add the password to your first comment?)

    Okay… the code is resizing the container.. as it was designed. So that part is working properly.

    If you would like to have the elements “stack” instead of “resize”… then we’ll need to add a little custom css.

    Something like this should work:

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        .jwl_one_third {width: 100%;}
    }

    Thread Starter JonathanFokker

    (@jonathanfokker)

    Thanks. The password was there before:) No problem.

    That doesn’t do the trick.

    It doesn’t resize. Any other options?

    Plugin Author Josh

    (@josh401)

    Okay.. good. No brain aneurysms yet ??

    Okay… let’s check:
    1) Make sure you manually empty your browser cache.
    2) Let’s try adding the !important declaration.

    .jwl_one_third {width: 100% !important;}

    Thread Starter JonathanFokker

    (@jonathanfokker)

    Thanks. That did the trick.

    Plugin Author Josh

    (@josh401)

    You bet ??
    Thanks for the confirmation.

    (Do you want me to delete the passwords you provided, above?)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Responsive issues’ is closed to new replies.