Title: Responsive Contact Form Width Bug
Last modified: August 30, 2016

---

# Responsive Contact Form Width Bug

 *  [Laura](https://wordpress.org/support/users/wootlala/)
 * (@wootlala)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/responsive-contact-form-width-bug/)
 * Hi there,
 * I like this theme and have been working successfully with it – but I wanted to
   let you know about a problem with the responsive.css document.
 * On line 211 of the responsive CSS, there is a call for input text boxes:
 *     ```
       .parallax-section input[type="text"],
       	.parallax-section input[type="email"],
       	.parallax-section input[type="url"],
       	.parallax-section input[type="password"],
       	.parallax-section input[type="search"],
       	.parallax-section input[type="tel"],
       	.parallax-section textarea{
       		width:80%;
       	}
       ```
   
 * This actually looks very silly on a mobile phone and should retain the 100% width
   of the other elements on the page. I have tried to correct it with the custom
   CSS box without any luck (even when using the dreaded !important, it doesn’t 
   override the responsive.css).
 * My suggestion to you would be to omit that entire section of the responsive.css
   and let those text areas flow like the rest of the document.
 * The only way for me to correct it currently is to modify the parent theme (since
   child theming is not working well at the moment with this theme). This is less
   than ideal and means I have to go in and change that line with every new update
   to the theme.

The topic ‘Responsive Contact Form Width Bug’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-parallax/4.6/screenshot.
   png)
 * AccessPress Parallax
 * [Support Threads](https://wordpress.org/support/theme/accesspress-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-parallax/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [display problem](https://wordpress.org/support/topic-tag/display-problem/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 0 replies
 * 1 participant
 * Last reply from: [Laura](https://wordpress.org/support/users/wootlala/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/responsive-contact-form-width-bug/)
 * Status: not resolved