Skip to content
Public Ticket #29025

Featured Categories

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

In general, you can select the specific category in the Elementor query settings like the screenshot below:

mOZEsbH.png

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Can you re-upload the image? I can't view it.

Regards,
PenciDesign.


Kyko replied

Customer Reply

Hello.
How to insert a specific category in this block GRID and SMALL LIST?

PenciDesign Supporter replied

Staff Reply

Hi,

Here is another CSS code with another solution,

@media only screen and (min-width: 961px) {
.mag-excerpt.entry-content.entry-content {
  min-height: 80px;
}
.post-entry .home-featured-cat .magcat-titlte {
  min-height: 160px;
}
}

Regards,
PenciDesign.


Kyko replied

Customer Reply

Hi,

Well... This way is not exactly what I expected, because I don't want breaks in the post titles; I want the full title. I imagined the possibility of keeping the full title and block alignment.
Unfortunately it doesn't seem to be possible...
But I thank you for your attention.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.mag-excerpt.entry-content.entry-content,
.post-entry .home-featured-cat .magcat-titlte{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-entry .home-featured-cat .magcat-titlte {
  -webkit-line-clamp: 2;
}

Regards,
PenciDesign.



Kyko replied

Customer Reply

OK.

 Coming Soon mode off.

PenciDesign Supporter replied

Staff Reply

Hi,

Please turn off the 'Coming Soon' mode. I'll check it and then send you a custom CSS code.

Regards,
PenciDesign.


Kyko started the conversation

Conversation Start

Hello!
Congratulations! Fantastic Soledad theme!
I'm editing a website with this fantastic theme, and I need help making a necessary adjustment to my project:
I want the blocks to be aligned, regardless of the size of the post titles. Please help me make this adjustment!
Thanks.

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