Hello,
I have a question. When I add two parallel groups, is it possible to assign them a fixed height so that their size is not affected by the content inside them?
I am attaching some images for reference.


Hello,
I have a question. When I add two parallel groups, is it possible to assign them a fixed height so that their size is not affected by the content inside them?
I am attaching some images for reference.


Best answer by Yhaizley RV
Hello!
I have already completed this task and was able to resolve it by adding the following style.
/* Cartas - tamaño y sombra */
[dir] .ntx-group {
width: 100%;
height: 365px;
overflow: visible;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
border-radius: 5px;
}

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.