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.
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%;}
}
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;}
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?)