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
Great, thank you.
  1. more than a month ago
  2. Commercial Templates
  3. # 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. # 2
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. # 3
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. # 4
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.