Title: two column responsive layout
Last modified: August 21, 2016

---

# two column responsive layout

 *  [carlabaldwin](https://wordpress.org/support/users/carlabaldwin/)
 * (@carlabaldwin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/)
 * Using two column menu layout and looks great on desktop. Squishes down to 2 skinny
   columns on mobile. When I switch the category layout to 2 column responsive (
   either Twitter or Zurb) it display as one column on desktop and mobile.
 * Is there a way for it to be 2 column for larger displays and 1 column for smaller.
   I guess I assumed it would do this when described as Responsive.
 * If not, where is the code I need to change. I am very comfortable editing CSS.
 * URGENT !! thank you!
 * [https://wordpress.org/plugins/easy-restaurant-menu-manager/](https://wordpress.org/plugins/easy-restaurant-menu-manager/)

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

 *  Thread Starter [carlabaldwin](https://wordpress.org/support/users/carlabaldwin/)
 * (@carlabaldwin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4821988)
 * Figured it out. If anyone is having same issue, add the following to my child
   theme:
 *     ```
       .wprmm_menu ul.two-column, .wprmm_menu ul.two-column li, .wprmm_menu .two-column li {
       	  width:99%;
       	  margin: 0 2% 5px 0;
       	  padding: 0;
       	  float: none;
       	}
       ```
   
 *  Thread Starter [carlabaldwin](https://wordpress.org/support/users/carlabaldwin/)
 * (@carlabaldwin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4821989)
 * Forgot to add …. Put this under your media query:
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 600px)
 *  Plugin Contributor [Richard Royal](https://wordpress.org/support/users/richardroyal/)
 * (@richardroyal)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4822037)
 * Hey Carla,
 * Looks like you caught us on a weekend but was able to solve your own issue. Good
   work!
 *  [peterjette](https://wordpress.org/support/users/peterjette/)
 * (@peterjette)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4822184)
 * I know this thread may be long dead, but I am a bit new to this and am also having
   an issue with the responsive columns. No matter what I set it always defaults
   to one column (zurb/twitter). You suggest adding something to the “child theme”
   which i take as the CSS editing for “Easy restaurant manager”. Then there is 
   something called media query, does this also get loaded into the CSS editor?
 *  [peterjette](https://wordpress.org/support/users/peterjette/)
 * (@peterjette)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4822185)
 * Sorry about that, never mind. Got it.
 * If anyone else reads this, your media queries are in your “Style.css” file inside
   of the theme you are using.
 * you must insert the following:
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 600px){
   .
   wprmm_menu ul.two-column, .wprmm_menu ul.two-column li, .wprmm_menu .two-column
   li { width:99%; margin: 0 2% 5px 0; padding: 0; float: none; }

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

The topic ‘two column responsive layout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-restaurant-menu-manager_fbf8f8.
   svg)
 * [Easy Restaurant Menu Manager](https://wordpress.org/plugins/easy-restaurant-menu-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-restaurant-menu-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-restaurant-menu-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-restaurant-menu-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-restaurant-menu-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-restaurant-menu-manager/reviews/)

## Tags

 * [two-column](https://wordpress.org/support/topic-tag/two-column/)

 * 5 replies
 * 3 participants
 * Last reply from: [peterjette](https://wordpress.org/support/users/peterjette/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/two-column-responsive-layout/#post-4822185)
 * Status: not resolved