Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3677635
Featured Categories
Open

Comments

  • Kyko started the conversation

    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.

    Attached files:  BLOCK-01.jpg

  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Kyko replied

    OK.

     Coming Soon mode off.

  •  2,540
    PenciDesign replied

    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

    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.


  •  2,540
    PenciDesign replied

    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

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

    Attached files:  GRID+SMALL-LIST.PNG

  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Kyko replied

    OK

    Attached files:  GRID+SMALL-LIST.PNG

  • Kyko replied

    IMAGE

    Attached files:  GRID+SMALL-LIST.jpg

  •  2,540
    PenciDesign replied

    Hi,

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

    mOZEsbH.png

    Regards,
    PenciDesign.