Okay
  Public Ticket #2186137
Why are these boxes different sizes
Closed

Comments

  • Jeff Weidner started the conversation

    How can I ensure all boxes are the same Height?

    See attached highlighted are "taller" than the other boxes and I can't figure out why. I want all boxes to be the same height.

  •  667
    Alexandre replied

    Hello Jeff,

    Please try to add this custom css code in the wp-admin>theme options>custom css/js>custom css field


    .eg-video-cast-skin-element-14 {
    min-height: 100px;
    }


    Thanks,


    Alexandre from the Sonaar.io Crew

  • Jeff Weidner replied

    Thanks and I also added one for the podcast boxes as well

    .eg-video-cast-skin-element-14 {
    min-height: 100px;
    }

    .eg-podcast-skin-element-14 {
    min-height: 100px;
    }

    You guys have great customer service. So many of these Theme companies just drop the theme and leave customers hanging. Thanks so much for your great responsiveness.


    Jeff Weidner

  •  667
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew