col-1 and col-2 classes break if Bootstrap used
-
Hello,
I don’t know who introduced col-1 & col-2 classes to my account page, but the naming sucks, because bootstrap uses the same naming and breaks the layout of My Account page, especially the Addresses part where they’re shown in a 1 bootstrap column.
Please add the appropriate style rules to override Bootstrap ones. For example, I had to do this:
body.woocommerce-account { .col2-set .col-1, .col2-set .col-1, .col2-set .col-2, .col2-set .col-2 { flex: none; max-width: 100%; } }
This is by no means a 100% working solution, it’s just something that I had to do to fix your problem.
I really hope you will take the time and fix this.
Thank you very much
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘col-1 and col-2 classes break if Bootstrap used’ is closed to new replies.