Hi, guys:
How can I maintain the 2 Classic Columnize columns side by side on mobile?
Many thanks,
Diana
Hello Madam Diana,
Thank you for writing in, please add this to Theme Options > CSS
@media (max-width: 480px) {
.x-columnize {
column-count: 2;
column-gap: 3em;
column-rule: 1px solid #e5e5e5;
margin: 0 0 1.313em;
}
}
Hope it helps,
Cheers!
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.