I have a page that generates a member list using Profile Builder. Profile Builder generates an all user table and a single user table. In the all user table when you click on more it displays the single user view. The page is setup with three separate tables. The first one displays until you reach the 3rd breakpoint, the second one displays only at the middle breakpoint, and the third displays at the 4th and 5th breakpoints. The page displays fine in the all user listing view. However, when I click on the single listing view only the first table works and since it is hidden at the 3, 4 & 5 break points no table displays once you hit the third break point. I changed all of the three tables in Profile Builder to the same exact code so that they would be identical and the same issue occurs, so I don’t believe PB is the root of the problem.
I noticed after creating the page, which I have done multiple times to rule out other issues. When clicking on the section customize area and selecting the icons that represent what should be hidden and saving it after leaving and returning they are no longer highlighted. I am not sure if this is related to my issue but may be something that you should further investigate.
When using the browsers inspect elements tool I see the issue in the CSS and found this line of code.
<div class=”e122 x-bar-content-area x-hide-md x-hide-sm x-hide-xs”>
In inspect elements when I edit the code and remove x-hide-sm x-hide-xs the content then displays as it should.
My site URL is http://8f4.f2d.myftpupload.com and the page with the issue is http://8f4.f2d.myftpupload.com/affiliates/
Any assistance you can offer to help diagnosis the issue would be greatly appreciated.