Hello,
I’ve added a custom code block to a blog post. How do I prevent the columns from stacking on mobile and desktop for a specific element?
Hey ugnju,
Please post a link to where we can see the elements in question, and try to explain a bit further what you would like to change.
Best regards,
Rikard
I need the “did you know box” at the bottom to stop stacking on tablet and mobile.
Hi ugnju,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 990px) {
.dyk-table tr {
display: table-row;
}
.dyk-table td {
display: table-cell;
}
}
Best regards,
Nikko
That’s working. Thank you!
Hi ugnju,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko