Bas_1981 Posted March 31, 2018 Share Posted March 31, 2018 Hello all, On my Prestashop-site I have a problem that the theme is not displayed well on mobile devices. See the attached screenshot. My logo is behind the title and the picture of the first product, and the shoppingcart has gone away. Does any-one what the problem could be? Many thanks for your help! Link to comment Share on other sites More sharing options...
Bas_1981 Posted April 2, 2018 Author Share Posted April 2, 2018 (edited) Oke guys, problem found in header.tpl. {block name='header_nav'} <nav class="header-nav"> <div class="container"> <div class="row"> <div class="hidden-sm-down"> <div class="col-md-4 col-xs-12"> {hook h='displayNav1'} </div> <div class="col-md-8 right-nav"> {hook h='displayNav2'} </div> </div> <div class="hidden-md-up text-xs-center mobile"> <div class="pull-xs-left" id="menu-icon"> <i class="material-icons d-inline"></i> </div> <div class="pull-xs-right" id="_mobile_cart"></div> <div class="pull-xs-right" id="_mobile_user_info"></div> <div class="top-logo" id="_mobile_logo"></div> <div class="clearfix"></div> </div> </div> </div> </nav> {/block} the pull was changed to float, but don't know why, I think during an update. Now it's working back again. Edited April 2, 2018 by Bas_1981 (see edit history) Link to comment Share on other sites More sharing options...
pablomarti1470 Posted April 2, 2018 Share Posted April 2, 2018 Okj, thanks for sharing Link to comment Share on other sites More sharing options...
tantan199 Posted April 3, 2018 Share Posted April 3, 2018 Marked. 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