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

CSS

how to show 3 rows of images insted of 4.?

hello guys m in tech degree project 4 and i have made the project work but it is showing 4 rows of images but i need it to show only 3 i can't figure it out . please help here's the repo link : https://github.com/rohitkanojiya1/tech-degree-project-4

I would suggest looking into the documentation for the slide show library you are using. The URL is in the top of the .JS file.

1 Answer

Looks like in your media queries you have it at 25% on the flex-basis calc function. If you increase your percentage to 33%, you can have it three in a row. You may also want to enlarge your image size when you're at the 1020px size.

yes i actually figured it out last night anyways thanx for the help buddy ..