• Resolved Ankabird

    (@izreview)


    Hi,

    I have just started to use your plugin. I’m trying to build a pros/cons table. Problem is that: when number of pros and cons are different, size of the boxes becomes different, according to item count. This looks weird. It would be better if box sizes become same. Now one is too big (long) and the other is small (short). Is there any way to do that?

    Sincerely.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Manjurul Islam

    (@manjurulislam)

    Hi @izreview

    Thanks for reaching out! The Pros and Cons table doesn’t have a built-in option to make the containers the same height. But you can easily do this with a little custom CSS—just assign a CSS class (i.e. example_class) in the plugin’s Advanced tab, and then add the following CSS:

    .example_class .rv_pac-pros,
    .example_class .rv_pac-cons {
    height: 100%;
    }

    I’ll also pass this along to our development team for evaluation. They’ll check the feasibility of including it in a future release. Thanks for your understanding!

    Thread Starter Ankabird

    (@izreview)

    You are wonderful! Works great. Thank you very much.

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

The topic ‘Pros/Cons problem’ is closed to new replies.