Skip to content
Public Ticket #7186

Filterable Portfolio

Conversation thread

Trey Jackson replied

Customer Reply

That did it. I apologize for overlooking that. Thanks so much!

PenciDesign replied

Staff Reply

Hi,

I can see the code appears on your site is wrong.

You need to change from:

@media only screen and (max-width: 1170px) {
.inner-portfolio-posts .portfolio-item{ width: 25%; }
}

To:

@media only screen and (min-width: 1170px) {
.inner-portfolio-posts .portfolio-item{ width: 25%; }
}

Best Regards,

PenciDesign

Trey Jackson replied

Customer Reply

Yes, that's the snippet I've already tried per your previous instructions. Since that doesn't appear to work, do you have another recommendation? Or perhaps I've set something up wrong that's not allowing it?

PenciDesign replied

Staff Reply

Hi,

I've edited the latest comment.

You need to use this code to change it to 4 columns:

@media only screen and (min-width: 1170px) {
.inner-portfolio-posts .portfolio-item{ width: 25%; }
}

Best Regards,

PenciDesign

Trey Jackson replied

Customer Reply

Thank you so much. Have the square portfolio images now. Part 2 doesn't seem to have worked (4-column instead of 3-column). What should I do differently? 

PenciDesign replied

Staff Reply

Hi,

1/ This theme already support for this feature.

On your portfolio shortcode, add more attr:

image_type="square"

Example:

[portfolio style="grid" cat="" number="12" filter="true" column="3" all_text="All" image_type="square" /]

2/ Please add more this code to Customize > Custom CSS to do that:

@media only screen and (min-width: 1170px) {
.inner-portfolio-posts .portfolio-item{ width: 25%; }
}

Best Regards,

PenciDesign

Trey Jackson started the conversation

Conversation Start

Using the filterable portfolio for an affiliate store and would like to do 2 things:

1. Change the rectangular grids in the filterable portfolio to 1:1 squares instead of the current rectangular layout

2. Use a 4 or 5-column grid instead of the current 3-column grid


Is this possible?

Want to join this conversation or access attachments? Sign in first.