Title: Responsive issues
Last modified: August 22, 2016

---

# Responsive issues

 *  Resolved [JonathanFokker](https://wordpress.org/support/users/jonathanfokker/)
 * (@jonathanfokker)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/)
 * I have created three video’s on a row in three columns.
 * See post here: [http://wiw.doyourdream.nl/carriere/test-youtube/](http://wiw.doyourdream.nl/carriere/test-youtube/)
   
   password: werkeninwonen
 * I notice when making the screen smaller the column classes do not automatically
   resize.
    I want e.g. on 480px screen that video go under each other.
 * What should I do?
 * [https://wordpress.org/plugins/wp-edit/](https://wordpress.org/plugins/wp-edit/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718105)
 * 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](https://wordpress.org/support/users/jonathanfokker/)
 * (@jonathanfokker)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718120)
 * Yes it is. See post above. Password is “werkeninwonen”.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718146)
 * 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](https://wordpress.org/support/users/jonathanfokker/)
 * (@jonathanfokker)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718150)
 * Thanks. The password was there before:) No problem.
 * That doesn’t do the trick.
 * It doesn’t resize. Any other options?
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718167)
 * 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](https://wordpress.org/support/users/jonathanfokker/)
 * (@jonathanfokker)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718191)
 * Thanks. That did the trick.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718192)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-edit_ffffff.svg)
 * [WP Edit](https://wordpress.org/plugins/wp-edit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-edit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-edit/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-edit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-edit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-edit/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-issues-4/#post-5718192)
 * Status: resolved