1. cuervo
  2. Commercial Templates
  3. Saturday, 16 January 2016
  4.  Subscribe via email
Hi Claran,

How can I hide the full screen header on mobile devices only?

Thanks,

Lio
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lio

Which template are you working with? Would you have a URL to an example of your header?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I'm using the Central template and this is the URL:

http://antiguadining.com/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters...


.touch #container_header {
display: none;
}
.touch .hornavmenu-top {
top: 0 !important;
}
.touch #container_spacer1 {
height: 100px;
position: relative;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán. It looks great with Chrome on my 5" Android phone. However, on my iPad the menu button disappears underneath the logo. You can only see it if you pull down the page. Any idea how to fix that?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lio

All I can suggest is to try fixing the position of your mobile menu. To do so try adding the following to the Custom CSS field of your templates parameters...


.slicknav_menu {
position: fixed;
right: 0;
z-index: 999;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, I'll give it a try.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!