1. bibbp
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 25 August 2014
  5.  Subscribe via email
Hi Ciaran, I am using Virtuoso on http://www.oasttheatre.com, and want to reduce the unused space above the template. I have been moving the components in the header around, with the following Custom CSS:

.hornavmenu {
height: 170px;
}
.j51container {
top:70px;
}
p.site-slogan {
top:80px;
font-size: 14px;
}
#header {
position: relative;
}
#hornav {
padding-top:100px;
}
#newmodule {
height:50px;
margin:0;
padding:0;
position: absolute;
right:20px;
top:10px;
width:930px;
z-index:99;
}
#newmodule h3 {
font-size: 36px;
color: #FFFFFF;
font-weight: bolder;
}
#socialmedia {
z-index: 99;
}

But I can't seem to move the whole thing up. Can you help me out here?

Thank you

Peter
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peter

Could you try adding the following to the Custom CSS field of your templates parameters, editing to your own taste. Note when editing to change both figures by the same amount.


#container_header {
height: 30px;
}
.j51container {
top: 20px;
}


CiarĂ¡n
  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!