1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 20 May 2020
  5.  Subscribe via email
I am unable to get header1 module position hidden on phone. I have in the template custom CSS file::
@media only screen and (max-width: 767px) {
.hidden-phone {display: none;}
}

In Module Class Suffix I have .hidden-phone

Testing with Samsung Galaxy Note Edge in Portrait (400 x 640)

URL:https://chiropractorfortlauderdaleflorida.com/chiropractic-wellness/index.php
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
.header-1 {display: none;}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect. Thank you for your support.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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