I am using the vision portfolio to make a projects page for my website and I am having an issue with the categorization. When I put three different projects into three different categories, the categories menu on the page fails to display the proper projects. I am not sure if I am organizing them wrong or what the issue could be. Any help would be appreciated.
I don’t know if I should start a new thread, if I should I apologize. I’m also having issues displaying breadcrumbs on mobile. Is there a way to disable them only on mobile through Agama?
@media only screen and (max-width: 767px) {
.breadcrumb {
display: none !important;
}
}
I have searched and been suggested @media code like this example to “display: none” however this, and code like it it does not seem to work for my website.