Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #3033092
Limiting excerpt characted on featured pages carosuel
Closed

Comments

  • ghulamahmed8 started the conversation

    Hi,

    I have used the featured pages carousel which displays the featured image, excerpt and read more button. Since the excerpt is having more or less characters in each page the boxes are unequal in lenght wise. 

    I want to limit the characters so the boxes look same in lenght. Please see the website 

  •  531
    OrionThemes replied

    Hi,

    You can override the excerpt and adjust it for each page, to match the prefered length:

    5402255550.png


    Additionally you could set the minimal height for each of the excerpt. Here is an example which does this on the home page only and on the desktop size:

    @media (min-width: 992px) {
    .home .featured-pages.carousel .excerpt {
    min-height: 180px;
    }
    }

    You can just copy the CSS snippet above to Theme Options -> Custom CSS.

    Kind regards,

    Andrej