This topic has 2 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Rose Tyler
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!
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.
You must be logged in to reply to this topic.Log in/Sign up