melkij22 Posted 4 hours ago Share Posted 4 hours ago Hello, I have a problem, that Customer login module not showing on any mobile devices only Cart. I attached 2 screenshots from PC, and from Mobile Module NOT SET as "disable mobile" Where can be a problem? Also here is header.tpl of my template {block name='header_banner'} <div class="header-banner"> {hook h='displayNav2'} {hook h='displayBanner'} </div> {/block} {block name='header_nav'} <nav class="header-nav"> <div class="container"> {hook h='displayNav'} </div> </nav> {/block} {block name='header_top'} <div class="header-top"> <div class="container"> <div class="row"> <div class="header_logo col-left col col-lg-3 col-md-12 col-xs-12"> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> <div class="col-right col col-xs-12 col-lg-9 col-md-12 display_top"> {hook h='displayTop'} {hook h='displayNav1'} </div> </div> </div> </div> <div class="header-bottom"> <div class="container"> {hook h='displaymegamenu'} </div> </div> {hook h='displayNavFullWidth'} {/block} 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