• Resolved missmikado

    (@missmikado)


    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)
  • 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

    (@missmikado)

    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.

    Try this:

    .boxed #wrapper.container {
    padding-left: 5px;
    padding-right: 5px;
    }

    Kadence Themes

    Thread Starter missmikado

    (@missmikado)

    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.