Portfolio page - Odd wrapping for thumbnails for projects

Hello Fellow campers!

I’ve been having some issues with some of my thumbnails wrapping when I go to full screen on my laptop. It looks fine when it’s a smaller window but I’ve been having some trouble getting the wrapping right.

Ideally how I would want it to have two thumbnails on each row and then have it break into another row.

Here is the link to my personal portfolio page.

Thanks a bunch!!

You can define multiple rows inside a fluid-container
I don’t know if this is what you want, but you can use col--offset- in order to center and use a column as a parent.

That’s exactly what I was looking for!

I didn’t even know “col-**-offset” existed.

Thank you!

See Bootstrap Documentation for complete list of classes and components. It is really handy and easy to use.

1 Like

@akash7857,

Thanks for the tip!

Yeah, found that a while back and have been referencing it since I started building this portfolio page.

It’s definitely very helpful.