Home › Forums › WoodMart support forum › improve the filter logic of goods › Reply To: improve the filter logic of goods
December 6, 2017 at 2:32 pm
#27514
FreeRiderNSK
Participant
@media (max-width: 1024px) {
body .top-bar-right {
position:fixed;
top:-9999;
z-index:600;
overflow:hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
}
Is this the correct code? Working.