• I tried various

    .responsive_column_widgets_box .widget { height: 400px; }

    .responsive_column_widgets .responsive_column_widgets_box { max-height: 400px; }

    .responsive_column_widgets .responsive_column_widgets_box { max-height: 400px }

    .responsive_column_widgets .responsive_column_widgets_box { height: 400px }

    .responsive_column_widgets .responsive_column_widgets_box { height: 400px; }

Viewing 1 replies (of 1 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    With the given information, I really don’t see what you want to do.

    Maybe

    
    .responsive_column_widgets .responsive_column_widgets_box {
        max-height: 400px;
        display: inline-block;
    }
    
    • This reply was modified 7 years, 8 months ago by miunosoft.
Viewing 1 replies (of 1 total)
  • The topic ‘How do I customize height?’ is closed to new replies.