Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialadot
24,571 PointsBootstrap to Wordpress
Hello All,
Zac said to share when I build out a theme so.... here is the project that I took from a static html with Bootsrap framework to Wordpress with Bootstrap framework. Would love some feedback website is www.abbeyhillrealty.com
3 Answers
Andrew Shook
31,709 PointsAdot, my over all impression of the site is that it is too dark. I would recommend getting rid of the textures gray background. I would also recommend making the blue background for the navbar full width. Make the active and hover state for the nav links the same. Add some padding/ margins to your rows, all the content looks squished together. On the contact us page, make the google map responsive and remove the thumbnail div from around the buttons since .thumbnail and .btn have different border radii. Instead add a class to the buttons like ".white-border" and in the css give that selector the property of border: 4px solid #fff. This will give you the same effect. Nice work
adot
24,571 PointsThanks
Zac Gordon
Treehouse Guest TeacherI would throw in there adding a little more margin between some of the elements before and after the main content :)
adot
24,571 Pointsadot
24,571 PointsThanks for the great tips and feedback. The darkness is a concern for me but gave them what they wanted. I will have to work on my approach to those types of things when it comes to a client.