You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
- Support
- Forum
- JCE Editor
- Columns on mobile
Hello,
Is there a way to specify the order of columns on mobile? On a page we have the image on the left and the text on the right. Below that the text on the left and the image on the right. On mobile we would like the image to be displayed above the text is that possible?
Is there a way to specify the order of columns on mobile? On a page we have the image on the left and the text on the right. Below that the text on the left and the image on the right. On mobile we would like the image to be displayed above the text is that possible?
Columns does not currently have any options to set ordering, but your template may have some css class for this, depending on which css framework it uses (Bootstrap, UIKit etc.)
Please post a link to an example article.
Please post a link to an example article.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
It looks like your template is using an older version of Bootstrap, which does not have the ordering classes of Bootstrap 4/5
Try adding this to your template stylesheet:
then add the wf-columns-order-flip class to the column in the Columns dialog.
Try adding this to your template stylesheet:
@media (max-width:640px) {
.wf-columns-order-flip .wf-column {
order: 1;
}
}
then add the wf-columns-order-flip class to the column in the Columns dialog.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Ryan
marked this post as Resolved — 1 week ago
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!