Home › Forums › WoodMart support forum › woodmart 2.0 update error!!! › Reply To: woodmart 2.0 update error!!!
February 28, 2018 at 7:26 pm
#42997
Artem Temos
Keymaster
We see the only one issue at the moment – categories menu width. Try to fix it replacing the code we gave you previously with this one
.main-header .vertical-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.main-header div.header-categories-nav-wrap {
height:auto;
}