kenkomuri Posted June 9, 2016 Share Posted June 9, 2016 Hi, I have the default template and the left column is showed in the computer version not in the mobile. URL: kenkomuri.com Prestashop 1.6.1.4 Hope you can help me, Thanks, Fer Link to comment Share on other sites More sharing options...
kenkomuri Posted June 14, 2016 Author Share Posted June 14, 2016 Yes, the modules are enabled in all devices. What else could do? Link to comment Share on other sites More sharing options...
BigVision Posted October 19, 2016 Share Posted October 19, 2016 I have the same problem. Any solution? Thanks Link to comment Share on other sites More sharing options...
federico.crispino Posted November 2, 2016 Share Posted November 2, 2016 I have the same problem too. Link to comment Share on other sites More sharing options...
HiPresta Posted November 26, 2016 Share Posted November 26, 2016 Hi, I have the default template and the left column is showed in the computer version not in the mobile. URL: kenkomuri.com Prestashop 1.6.1.4 Hope you can help me, Thanks, Fer open the file themes/default-bootstrap/header.tpl and add "clearfix" class to <div id="left_column"> element: http://screencast.com/t/Eluh0hIzMm1l 2 Link to comment Share on other sites More sharing options...
Jignesh.aakoliya Posted December 20, 2016 Share Posted December 20, 2016 Hi,Yes, By adding "clearfix" class to <div id="left_column"> your left column will be visible on mobile resolution. Thanks. Link to comment Share on other sites More sharing options...
federico.crispino Posted December 20, 2016 Share Posted December 20, 2016 Hi, Yes, By adding "clearfix" class to <div id="left_column"> your left column will be visible on mobile resolution. Thanks. In which files? Link to comment Share on other sites More sharing options...
mwhym Posted January 16, 2018 Share Posted January 16, 2018 I had to add @media (max-width: 767px) { #layered_block_left .block_content { display: block !important; } } to fix it in my case. 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