Home › Forums › WoodMart support forum › improve the filter logic of goods › Reply To: improve the filter logic of goods
December 6, 2017 at 2:15 pm
#27506
FreeRiderNSK
Participant
@media (max-width: 1024px) {
body .top-bar-left,
body .topbar-left-text {
display: none;
}
body .top-bar-right {
overflow:hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
}
It does not work the way I use this code in the style file
.top-bar-right,
.topbar-right-text {
display: none; }
.top-bar-left {
overflow: hidden; }
.topbar-left-text {
height: 38px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
To display the left part in the mobile version