Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Post Grid Element buggy layout #150775
     Cafonauta
    Participant

    Radu of course I’m using just one solution at the time.
    I’m using only:

    COPY CODE
    @media(min-width:992px;){
    .responsive-cols.per-row-4>* {width:24% !important;}
    }

    It doesn’t work.

    Regarding the order i don’t understand you. Posts are sorted by date so wahy one post should change order respect to the others based on window size?

    Thanks

     Cafonauta
    Participant

    Hi,
    Is this the preferred way to limit post excerpt lenght on post grid?

    COPY CODE
    function custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    Does it affect only post grid excerpt?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?