Hi!
how can I stop two columns from switching to full width when on mobile? I just want to show them on mobile as the same way you see them on desktop. I need this in one page only, not all the website.
Thanks
Hey studiono,
Can you post a link to the page mentioned? so we can take a closer look.
Best regards,
Nikko
I need the two columns to stay like this in the mobile version.
Hi,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top.page-id-1652 #main .flex_column.av_one_half {
margin-left: 6%;
width: 47%;
}
#top.page-id-1652 #main .flex_column.av_one_half.first {
margin-left: 0;
}
}
Let us know if this helps :)
Best regards,
Nikko
great, it works! Thanks a lot
Hi,
Glad that we could help. :) Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko