the beauty of toplinks class it is an absolute position div.
so you can control the position without interfering other div elements.
paste this inside your additional.css (style manager> style name> edit templates> css templates> ), adjust the top value until you happy with it.Do not delete the !important
Quote:
.toplinks{
margin-left: auto!important;
margin-right: auto!important;
left: 0!important;
right: 0!important;
top:50px!important;
}
|