Title: Mobile menu problem   margin/padding in boxed layout
Last modified: August 21, 2016

---

# Mobile menu problem margin/padding in boxed layout

 *  Resolved [missmikado](https://wordpress.org/support/users/missmikado/)
 * (@missmikado)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/)
 * Hi,
    I’m using the current Virtue 2.0.8 Three question:
 * 1. The mobile menu doesn’t work.
    I selected the right one in the theme options,
   the menu-bar does show up (iPhone 5), but there is no dropdown when I’m tapping
   on it. Just nothing happens.
 * 2. How can I change the padding of the boxed-contentclass ?
    I tried to change
   padding or margin, but the content simply moves to the right, without getting
   more narrow. Do I have to change the width, too?
 * 3. Can I edit the contact form? e.g. a field for telefone…
 * Thank you!

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/#post-4700612)
 * 1. Can you post a link? If the dropdown doesn’t work it’s possible you have a
   javascript error caused by a plugin or you don’t have the menu defined in the
   menus area of the wordpress admin.
 * 2. Tell me what you are wanting to do and I can help, what do you want the width
   to be on desktop? How much space to you want on either side of the content for
   the boxed layout?
 * 3. Use a plugin like contact forum 7, it will give you all the control.
 * Kadence Themes
 *  Thread Starter [missmikado](https://wordpress.org/support/users/missmikado/)
 * (@missmikado)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/#post-4700623)
 * Hi, thx for the answer!
 * 1. Yes, it was a problem with the Plugin ‘codestyling localization’. Now it works
   again.
 * 2. i would like to have 20px padding left and right in the boxed layout. The 
   given width is alright as it is.
 * 3. thx, i know this plugin, just wanted to know if there is a built-in solution.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/#post-4700641)
 * Try this:
 *     ```
       .boxed #wrapper.container {
       padding-left: 5px;
       padding-right: 5px;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [missmikado](https://wordpress.org/support/users/missmikado/)
 * (@missmikado)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/#post-4700711)
 * Yes, that did work – thank you!

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

The topic ‘Mobile menu problem margin/padding in boxed layout’ is closed to new 
replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [Boxed](https://wordpress.org/support/topic-tag/boxed/)
 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 4 replies
 * 2 participants
 * Last reply from: [missmikado](https://wordpress.org/support/users/missmikado/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/mobile-menu-problem-marginpadding-in-boxed-layout/#post-4700711)
 * Status: resolved