Category Dropdown in Mobile for Portfolio Widget

Hey Elfsight Friends!

Is there a dropdown CSS for the categories in mobile? I don’t love the buttons and it would be awesome for it to be a dropdown. I know Will Meyers offers a plugin for tabs with that mechanism, I am not sure if the coding would be similar or not?

2 Likes

Hi there, @lwaterskatz :waving_hand:

Unfortunately, it’s impossible to do this now, but we have a similar idea on the Wishlist. Feel free to upvote it here :slightly_smiling_face: - A gallery menu with dropdowns

1 Like

No worries @Max! is there at least a way to center the categories on mobile so they so align to the left?

2 Likes

Hi there, @lwaterskatz :waving_hand:

As I see, categories are already aligned to the left:

Could you please double-check it?

1 Like

Sorry @Max! I meant is there a way to align them to the center?

2 Likes

This code should do the trick:

@media (max-width: 500px) {
.eapp-portfolio-project-list-categories-component {
  justify-content: center;
}
}

Please try it out and let me know if it helped :slightly_smiling_face:

2 Likes

That’s ok. Maybe it’s considered old fashioned now anyway. We found an alternative presentation from your suite anyway. I look forward to see the Wishlist idea.
Cheers

1 Like

Hi there, @user12697 :waving_hand:

Got your point! If more users support your request, we’ll try to consider it in the future updates :slightly_smiling_face:

Thanks again for the feedback!