Title: Responsive Mobile Help
Last modified: August 21, 2016

---

# Responsive Mobile Help

 *  Resolved [ksteele36](https://wordpress.org/support/users/ksteele36/)
 * (@ksteele36)
 * [12 years ago](https://wordpress.org/support/topic/responsive-mobile-help/)
 * Any idea how I can add code to make each column wrap under the next for mobile
   responsiveness? Currently checking the mobile version of “one_third” columns,
   each column is very narrow, has 2 columns with the third underneath using the
   same narrow width and has text that runs outside the div – looks really bad for
   mobile. See it here: [http://www.seoproconsulting.net/local-directory-listings/](http://www.seoproconsulting.net/local-directory-listings/)
 * [https://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/](https://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/)

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

 *  Plugin Author [Bhuwan Bdr. Rokaha](https://wordpress.org/support/users/bhuwanroka/)
 * (@bhuwanroka)
 * [12 years ago](https://wordpress.org/support/topic/responsive-mobile-help/#post-4879798)
 * Thank you for using this plugin. Columns looks fine in desktop but in responsiveness
   you have set some style to make your one design so that there is affecting in
   mobile devices. When I reviewed your code, I have found this code:
 *     ```
       .one_third, .one_third_last {
           background-color: #EDEDED;
           border: 1px solid #DDDDDD;
           border-radius: 5px;
           float: left;
           padding: 0 10px;
           width: 28.33%;
       }
       ```
   
 * which is not good for small devices. This code overlaps the plugins code and 
   text runs outside the div. If you can remove the width and check, you will get
   something better. So, we need to remove other code to make it fine. Please do
   let me know if any problem.
 * Thanks in Advanced and I’m ready to help you in any problem. Also, it would be
   very great if you rate the plugin with good feedback.
 *  Plugin Author [Bhuwan Bdr. Rokaha](https://wordpress.org/support/users/bhuwanroka/)
 * (@bhuwanroka)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-mobile-help/#post-4879974)
 * Please do let me know if anything problem. I love to instruct you in any problem
   of using this problem.

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

The topic ‘Responsive Mobile Help’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wens-responsive-column-layout-shortcodes_bbbdbf.
   svg)
 * [eVision Responsive Column Layout Shortcodes](https://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wens-responsive-column-layout-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/wens-responsive-column-layout-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wens-responsive-column-layout-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wens-responsive-column-layout-shortcodes/reviews/)

## Tags

 * [mobile design](https://wordpress.org/support/topic-tag/mobile-design/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bhuwan Bdr. Rokaha](https://wordpress.org/support/users/bhuwanroka/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-mobile-help/#post-4879974)
 * Status: resolved