Hi,
I previously got help with center align the buttons/links in a “Navigation layered”. This is used on https://cumatix.se/imu/imu-faq/ when a small screen width is used. The help I got (see below) made the trick in general. However I got strange behavior in IE11 (See attached screenshot). Is there a work for this or can you suggest something similar I could use for this menu in mobile view?
Thanks!
/Sebastian

Previous help i implemented:
Please assign the btn-center-text to your buttons:
After that add this custom CSS under Theme Options > CSS:
.btn-center-text span.x-anchor-text {
margin-left: auto !important;
margin-right: auto !important;
}