Jump to content

[PS 1.7.3] Theme on mobile device displayed wrong


Bas_1981

Recommended Posts

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!

Screenshot_20180331-192613.png

Link to comment
Share on other sites

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">&#xE5D2;</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 by Bas_1981 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...