Hello there,
I’ve setup a bar with multiple containers which I would like to have at a certain height. I checked but cannot find where how to set this up. Can someone tell me where and how I do this?
Hello there,
I’ve setup a bar with multiple containers which I would like to have at a certain height. I checked but cannot find where how to set this up. Can someone tell me where and how I do this?
Hi There,
Thanks for writing in!
For the container, you can set the height via element CSS. Just click on customize tab and in the element CSS please add the below code.

$el{
height: 200px !important;
}
Hope this helps!
Thank you Basanta - works like a charm!
Glad we were able to help 
Actually the most appropriate CSS property would be min-height, so that your content still expand if needed. You can learn more about it from here (https://www.w3schools.com/cssref/pr_dim_min-height.asp).
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.