• Resolved Fede84

    (@fede84)


    Hi, when displaying on frontend, it’s possible to show elements on 3 rows instead of 2?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    With some CSS code (almost) anything is possible. Can you give me a link to what you have right now?

    Thread Starter Fede84

    (@fede84)

    Plugin Author Brecht

    (@brechtvds)

    Try adding the following CSS on the Settings > Custom Related Posts > Template page, for example:

    .crp-list-item {
    max-width: 200px;
    }
    .crp-list {
    text-align: center;
    }

    Percentages could be used as well, but then you’d probably want to use a media query to only apply that CSS on desktop.

    Thread Starter Fede84

    (@fede84)

    Thanks, works perfectly

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Display Element on 3 Rows’ is closed to new replies.