1. dy87chf
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 12 March 2021
  5.  Subscribe via email
I have selected to hide header-1 and header-2 on mobile devices (see attached) but they are still displaying on my phone.
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Thank you for bringing this issue to our attention. Updating your template to the latest download should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, this is working now. However the top wrapper is still taking up space on mobile devices because there is a height set:

.header_top .wrapper960 {
display: flex;
flex: 1 0 auto;
padding: 4px 0;
transition: all 180ms ease;
height: 42px;
}

Can this be corrected as well?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To hide the top panel completely on small screen devices, add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767x) {
.header_top {
display: none;
}}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great, thank you.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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