Seth 12 Report post Posted April 12 Hi Everyone! I have a site and I'm struggling to get Gravity Forms to look a certain way. https://webdesignstaging.site/firstfloorflow/contact/ As you can see it's the basic form layout. I need to get it to look like this. Share this post Link to post Share on other sites
Seth 12 Report post Posted April 12 Now before some say why don't you reach out to the developers... I want to say that I value this community and I wanted to ask you guys first. Share this post Link to post Share on other sites
fisicx 361 Report post Posted April 12 (edited) Why? That layout isn't going to work on anything except a large screen so anyone using a tablet/phone will get a poor UX. What you need are the ready classes: https://docs.gravityforms.com/css-ready-classes/ PS: your page layout doesn't work on smaller screens. The hero image and content breaks. The homepage is even worse. The thumbnail resize but then become unreadable. You need to use something like display:grid and change the number of columns as the device width decreases. Edited April 12 by fisicx Share this post Link to post Share on other sites