Brenton Posted November 13, 2015 Report Share Posted November 13, 2015 Good morning guys, I am using your w3 css to build front end form in wordpress for users to add content. While everything is looking great I am having a problem with the text area. Is there a way to make it as responsive as the normal input field? I have tried just creating it with <textarea></textarea> but it doesn't look asnice as the rest of the form. Thanks Brenton Link to comment Share on other sites More sharing options...
dsonesuk Posted November 13, 2015 Report Share Posted November 13, 2015 As I understand it should be <textarea class="w3-input"></textarea> and given class, or style whose width matches the other inputs. Just been looking through w3.css tutorial, why would w3.css use a named colour class? seems really stupid to me, what if you want a different colour, you would physically have change all the classes or you would end up using class specifically named for red colour using a lime for example? and yeah it is light, because it only does a fraction what any of the other css frameworks does. Its a really basic feeble css framework compared to bootstrap for instance. 1 Link to comment Share on other sites More sharing options...
Brenton Posted November 14, 2015 Author Report Share Posted November 14, 2015 (edited) As I understand it should be <textarea class="w3-input"></textarea> and given class, or style whose width matches the other inputs. Just been looking through w3.css tutorial, why would w3.css use a named colour class? seems really stupid to me, what if you want a different colour, you would physically have change all the classes or you would end up using class specifically named for red colour using a lime for example? and yeah it is light, because it only does a fraction what any of the other css frameworks does. Its a really basic feeble css framework compared to bootstrap for instance. Awesome, it worked. Thank you! Edited November 14, 2015 by Brenton Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now