1. Thomash86
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 10 May 2017
  5.  Subscribe via email
hello

how is it possible to see the header-2 on my phone? (responsive mode)

neu.szabo.co.at

thanks a lot
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

.header-2 {
display: inline-block !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
hi Ciarán

i found this code and it works also perfect:
@media only screen and (max-width: 767px) {
.header-1 {
top: 15px;
}
.header-2 {
top: 15px;
}
}

now i use a combination ;)

.header-2 {
display: inline-block !important;top: 15px;
}


thanks a lot and a great praise for your daily work here!!
  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!