Just set some collection fields to be visible on desktop only and another field to to be visible on phone only
Tested on Default Joomla Templates
- Beez3 - Default - no issue
- Protostar - Default - displays as described below
Also Tested on another mobile ready template - displays same issues as prostar default
when viewed on phone the desktop only fields are hidden as expected
when viewed on desktop table fields that are normally horizontal are now arranged vertically
the issue appears to come from http://[INSERTSITE]/media/jui/css/bootstrap-responsive.min.css
.visible-desktop {
display: inherit!important;
}
CSS not my strong point and i know its not a good idea to change the core css but here is where the issue lies...
if you comment out the display: inherit!important; the desktop-only table is once again arranged horizontally
PTL = Test Responsive - My Contacts - My contacts
Thanks in advance