Need help with a few small tweaks – Burger menu icon, contact form fields

This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler

  • Avatar: Tamara
    Tamara
    Participant
    October 8, 2016 at 15:42

    As I have a one page website and disabled/deleted all of the menu’s, I need to ensure that the burger menu icon doesn’t show on mobile and tablet devices as it’s currently showing an empty menu.

    Also, could you please give me the css code to make all of the fields of the contact form full width (all the same and in line with each other).

    Thanks heaps!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 10, 2016 at 07:18

    Hello,

    Please read our documentation https://8theme.com/demo/docs/royal/index.html#!/3_one_page
    Also, you can add this code in Custom CSS:

    .menu-icon {
       display: none;
    }
    div.wpcf7 .wpcf7-form-control {
      max-width: 100%;
    }
    .wpcf7 label {
       width: 100%;
    }

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.