Hi,
I use X theme and MEC.
I have a fixed left menu.
That seems to make an issue with the breakpoints in MEC:
The buttons and the countdown behave not responsive.
Thank you!
Hi,
I use X theme and MEC.
I have a fixed left menu.
That seems to make an issue with the breakpoints in MEC:
The buttons and the countdown behave not responsive.
Thank you!
Hi @salilou,
Thank you for reaching out to us. We can change the break-point of MEC columns to fix the issue you’re having. To do this, please add the following code in the Theme Options > CSS:
@media screen and (min-width: 980px) and (max-width: 1300px) {
.mec-wrap .col-md-4, .mec-wrap .col-md-8 {
width: 100%;
}
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.