1. crimle
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Saturday, 17 December 2022
  5.  Subscribe via email
Hi Ciaran

this template shows on mobile screens an enormous but unnecessary margin to the very top of the page. I found the css code that is responsible for this:

#container_header {
margin-top: 60px;
}

and changed it to

#container_header {
margin-top: 0;
}

I do not know the reason for this margin. It is consuming a significant part of a small mobile screen, where any inch is precious. I hope, setting it to 0px has no unexpected side effects.

Kind regards
Chris
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

Your solution is correct. The space above the header was a design choice and there is no ill effect from removing it.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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