Viewing 2 reply threads
You must be logged in to reply to this topic.
When I go to Column Settings> Width & Responsiveness > Hide on device?, Nothing seems to change. My goal is to hide content based on the device any suggestions what I might be doing incorrectly?
Hello,
It must work. Please can you give us your site credentials(in a private reply) so we can give it a closer look?
Best regard!
Hello,
Sorry for the inconvenience. We will fix it on the next theme update. In mean time you can use this css code to hide the column on mobile:
At column settings ad extra class name, ex. add ‘hide_column_iphone‘, then you can use this class to hide it on mobile:
@media (max-width: 767px){ .hide_column_iphone{ display:none;} }
Best regards!
You must be logged in to reply to this topic.