Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344609

    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!

    #344689

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.