Title: Responsive problem.
Last modified: August 22, 2016

---

# Responsive problem.

 *  [cheonmu](https://wordpress.org/support/users/cheonmu/)
 * (@cheonmu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/responsive-problem-5/)
 * Hello,
    I would like to ask you about something. I want to make this two lines
   on mobile but I dont know how to do it. It appears 1 line [this picture](https://lh3.googleusercontent.com/-V3k9wBzk7Dg/VBu__D87kPI/AAAAAAAAADo/wjQqeMVQgKc/s800/KakaoTalk_20140917_213202231.jpg).
   how can I make this two lines? Let me know way to handle it
 * [https://wordpress.org/plugins/contus-video-gallery/](https://wordpress.org/plugins/contus-video-gallery/)

Viewing 1 replies (of 1 total)

 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/responsive-problem-5/#post-5310502)
 * Hi,
 * You want to show 2 thumb images in single row? If so please note, it is based
   on device screen width. Please enable screen rotation and view the device horizontally.
   It will display two thumb images in a row. If you still want to adjust the size
   when viewing the device vertically, then open /wp-content/plugins/contus-video-
   gallery/css/style.min.css and find **[@media](https://wordpress.org/support/users/media/)
   screen and (max-width: 600px)**. Here you can find the below code.
 *     ```
       .video-block:first-child {
       margin: 0 15px!important;
       }
       ```
   
 * now replace with the following code.
 *     ```
       .video-block:first-child {
       margin: 0 11px 0 0 !important;
       }
       ```
   
 * Now find the below code inside **[@media](https://wordpress.org/support/users/media/)
   screen and (max-width: 600px)**
 *     ```
       .video-block-container .video-block {
       margin: 0 15px!important;
       min-height: 145px;
       }
       ```
   
 * and replace with the below code.
 *     ```
       .video-block-container .video-block {
       margin: 0 11px 0 5px!important;
       min-height: 145px;
       }
       ```
   
 * Don’t modify outside of the following code **[@media](https://wordpress.org/support/users/media/)
   screen and (max-width: 600px)**.

Viewing 1 replies (of 1 total)

The topic ‘Responsive problem.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contus-video-gallery_ba544b.svg)
 * [WORDPRESS VIDEO GALLERY](https://wordpress.org/plugins/contus-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contus-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contus-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/contus-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contus-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contus-video-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/responsive-problem-5/#post-5310502)
 * Status: not resolved