Hello! I have setup several different archive categories as dropdown items under the Explore tab. Each of these load fine when viewed on a desktop browser, but when viewed on a mobile device, they don't display. I'm using the Bridge theme. Can you please help me resolve this issue?
There are several different pages this is happening on. I have several different categories set up for this site. Each of the archive pages load fine on desktop, but won't load on mobile.
hidden link hidden link hidden link hidden link hidden link
I switched to the Twenty Seventeen theme and the archive pages loaded correctly. I'm assuming I will need to reach out to the theme developer for support at this time?
I had already tried that when attempting to troubleshoot the issue. Any additional content I add is visible on both desktop and mobile. The custom posts archive is the only content that doesn't render on mobile.
I really appreciate your help with this issue!!! You've been fantastic. I believe the theme developer for the Bridge theme has provided the fix I needed. It was a matter of adding a small bit of CSS code. See below for future reference.
@media only screen and (max-width: 768px){
.archive .blog_holder.blog_pinterest {
min-height: 300px;
height: auto!important;
}
}