Replies: 1 comment 2 replies
-
You can roughly override the @include media-breakpoint-up(md) {
#main .order-md-last {
order: -1 !important;
}
}
Overriding template files in child is the proper way to achieve this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need the sidebar to be on the left but I found that if you put order-md-last on line 30 as mentioned in woocommerce.php it would work but it doesn't, in fact just changing the columns.php file removing the order-md-last class , but I don't want to touch the original files. What is the resolution?
Beta Was this translation helpful? Give feedback.
All reactions