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