Comments on: Change Portfolio Grid to Three Columns https://diviplugins.com/divi-portfolio-grid-layout-three-columns/ Wordpress plugins for Elegant Theme's Divi Tue, 07 Sep 2021 03:38:50 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Patrick Waara https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-91228 Tue, 07 Sep 2021 03:38:50 +0000 https://www.diviplugins.com/?p=3447#comment-91228 In reply to Brad Crawford.

I wanted to say mahalo to TAloha for the updated CSS. It seems to have fixed all of my three column display issues. (P.S. I am also on Maui.)

]]>
By: Brad Crawford https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-75058 Tue, 27 Oct 2020 14:56:42 +0000 https://www.diviplugins.com/?p=3447#comment-75058 In reply to digisearch.

I think you could probably manage this with flexbox using justify-content: center but would require a lot of modification. Here is more info on flexbox – https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout. If you need help with this layout, please create a support ticket and we would be happy to send you the custom CSS for this.

]]>
By: digisearch https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-74401 Wed, 14 Oct 2020 16:42:51 +0000 https://www.diviplugins.com/?p=3447#comment-74401 Using this css and it works great, my only question is if there is a way to center the last item. I currently have 16 projects in my portfolio, so item 16 is on the left with 2 blank spaces. My client would like to have the last project centered, but no css changes seem to affect this. Any help would be greatly appreciated.

]]>
By: Brad Crawford https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-72758 Mon, 14 Sep 2020 14:52:06 +0000 https://www.diviplugins.com/?p=3447#comment-72758 In reply to TAloha.

Thanks Taloha! Yeah, when displaying a large number of posts there can be some conflicts at certain posts in the grid. It’s really strange b/c it seems to be different posts for different sites. I’m not seeing any issues on the 13th item but am on the 61st item. I think for most people the original code will work, but I did add the disclaimer that grids displaying a large number of posts might have issues. And provided example code on how you can target a specific item in the grid. Thanks again!

]]>
By: TAloha https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-72488 Thu, 10 Sep 2020 00:47:57 +0000 https://www.diviplugins.com/?p=3447#comment-72488 In reply to Brad Crawford.

Never mind — I think I figured it out! It appeared to be due to the 13th item being a common denominator of (3n+1) and (4n+1). This seemed to fix the issue:

.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset!important; /* clears the 4 column grid settings */
}
.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: both!important; /* then overrides it with the 3 column grid settings */
}

]]>
By: TAloha https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-72419 Wed, 09 Sep 2020 00:07:18 +0000 https://www.diviplugins.com/?p=3447#comment-72419 In reply to Brad Crawford.

Hi Brad & Patrick,

We are seeing the same issue on one of our sites, but it’s the 13th product that is throwing off the layout. It was working before, but I’m guessing a recent Divi update changed something…

Were you guys able to figure out how to resolve the issue?

Here’s the page where it’s happening for us:
https://mauifoodbank.org/events/

Thanks!

]]>
By: Brad Crawford https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-65147 Wed, 06 May 2020 10:44:56 +0000 https://www.diviplugins.com/?p=3447#comment-65147 In reply to Cristina oliveira.

Hi Christina! I responded to your email. This is happening on your site b/c you’ve removed the space between each image and you’re using a fullwidth row. So the images take up a lot of space, but they are only 400 x 284 thumbnails so they appear pixelated. If you’re using our plugin, you can simply change the thumbnail size from within the module settings to load a larger thumbnail. If you’re using the default portfolio module that comes with Divi, you’ll need to add code to your functions.php file to change the size of the thumbnail – http://www.eleganttweaks.com/divi/changing-portfolio-blog-module-thumbnail-sizes/

]]>
By: Cristina oliveira https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-65115 Tue, 05 May 2020 22:09:59 +0000 https://www.diviplugins.com/?p=3447#comment-65115 Hello. I used this code in a website and the images are not sharp, when I use the Grid as 3 columns.

The images are very big, from a photograph.

Why its happens? How can I send you the link to the web?
Thanks

]]>
By: Brad Crawford https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-62953 Mon, 06 Apr 2020 03:07:52 +0000 https://www.diviplugins.com/?p=3447#comment-62953 In reply to Patrick Waara.

That is very strange Patrick. Can you share the URL you’re seeing this issue? You can send it via our contact form if you prefer to not share in comments and we would be happy to take a look.

]]>
By: Patrick Waara https://diviplugins.com/divi-portfolio-grid-layout-three-columns/#comment-62859 Fri, 03 Apr 2020 22:11:48 +0000 https://www.diviplugins.com/?p=3447#comment-62859 In reply to Patrick Waara.

The layout issue is partial impacted by a private product. Without the private product, I still have the layout issue at item 73. Weird.

]]>