Hi … is it possible to have a fixed height for a row so that I can get the exact sizing I need?
Also, is there an option to hide/show a row on a mobile/desktop. They have this option on the Jupiter theme and I thought it was standard with Visual Composer but I can’t see an option.
Unfortunately, there is no fixed height option for Visual Composer rows. You can try to do this manually with a custom CSS. Add an extra class to this row for example height-500 and then add the following CSS code
.height-500 {
min-height: 500px;
}
You can also add an extra class called hidden-xs and hidden-sm to hide it for mobile devices.
Thanks for the feedback. It’s a shame there isn’t more mobile options, things like changing text sixe for mobile and tablet. Is this something you might add?