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

Rohit Kanojiya
seal-mask
.a{fill-rule:evenodd;}techdegree
Rohit Kanojiya
Front End Web Development Techdegree Student 8,552 Points

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

Gari Merrifield
Gari Merrifield
9,597 Points

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

Paul Walker
Paul Walker
28,904 Points

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.