1. underwatercolours
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 19 December 2014
  5.  Subscribe via email
Is there a simple way to made the height of the header area (where the logo is) not so high? I've tried editing the css file, but it messes up everything else on the page.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


#container_header {
height: 170px;
}
#container_header_bg {
top: 100px;
}
.hornavmenu {
top: 109px;
}


This will reduce your header height by 80px.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect, as always! Thank you!
  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!