I’m using the category sorting option for my posts, but while viewing on mobile, that navigation is present taking up valuable screen space not making it a good user experience. Anyway to remove the sort nav on mobile view?
Thanks!
Hi xyzb!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
@media only screen and (max-width: 767px) {
.sort_width_container { display: none; }
}
Regards,
Elliott