Hi!
I set up a module in JL Modal and faced a problem that module’s content width is set to 25% with style:
@media (min-width: 1200px)
.jl-width-1-4\@l {
width: 25%;
}
for element:
<div class=”jl-modal-dialog jl-modal-body jl-width-1-4@l”>
That breaks me UI.
How can I change this behavior? I need to set it around 50% but didn’t find the way to do it.
Best regards,
Evgeny Erokhin