Eutanasio Posted March 11, 2020 Share Posted March 11, 2020 Hi, I'm using PS 1.7.6 with classic theme. I'd like to know how to hide the left and right columns hooks for small devices. It shouldn't actually been there normally, for all native modules is the case, they won't appear, but I just installed a new module that triggers the appearance of the column left at the very beginning of the pages don't know how. Thanks Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 11, 2020 Share Posted March 11, 2020 Hi, It can be hide using the module code but I believe sites way is to use the CSS media query to hide the same (but kindly note that as they are still being loaded on the mobile, there can be performance issue using the CSS method. Share the URL so that we can check & share the media query for the same. Link to comment Share on other sites More sharing options...
Eutanasio Posted March 11, 2020 Author Share Posted March 11, 2020 In pages like product-list I have this issue. If you load it in a PC and keep on zooming the website to make it adapt to a mobile format, you'll see that other modules on left column will disappear and 1 module stays at the very top of the page: http://bit.ly/38EvsLp The module owner says it's normal, that the problem is with the theme, which is the default one on PS. Thanks for the help! Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 12, 2020 Share Posted March 12, 2020 Try adding the following CSS in theme/{your_default_theme}/css/global.css @media only screen and (max-width: 767px) and (min-width: 319px){ .lineven-relatedproducts { display:none; } 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now