How to hide the sidebar and make contact page full width? URL: http://webworxworld.com/client-demo3/contact-us/
Hello, You have to edit template-contact.php file as shown below in screenshot. It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-content .content-bar .contactform textarea { width:60%; } @media only screen and (max-width: 1140px) and (min-width: 960px) { .page-content .content-bar .contactform textarea { width: 60%; } } Thanks & Regards Pramod