Home Forums WoodMart support forum improve the filter logic of goods Reply To: improve the filter logic of goods

#27494

Bogdan Donovan
Keymaster

It was a part of the previous code snippet which you currently do not use. Please, add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

@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;
	}
}
}

Regards