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 trial

PHP Build a Simple PHP Application Listing Inventory Items Displaying All Products

[SOLVED] CSS Question on PHP tutorial - displaying all products

Hi, question isn't related to PHP on this video, but rather the definition of the CSS styling (grid) of the product display. I'm having trouble finding the css styling that is being applied to <div class="section shirts page"> ul class products that creates the table. Can you please point to the sections of the style.css file that define this? thanks!

Philip Cox
Philip Cox
14,818 Points

Hi. Depending on what code you currently have, wether you have followed along or downloaded the project, try inspecting with the developer tools, this should help you find the element class you're searching for.

thanks! ... I should've thought of that!

Philip Cox
Philip Cox
14,818 Points

No worries! That's what we're all here for. Easy to forget the little things sometimes.

Marked as solved