PDA

View Full Version : Top Links question (Screenshot)


2fast4ya
10-20-2010, 04:19 PM
I may have originally posted this in the wrong place, so feel free to delete the original.

I've created a background for the header in STYLEVARS - header > header_background - and changed the padding under StyleVars - header > header_padding to show the entire background.

The problem now - the top links... I don't like them on the image. I would like to relocate them to the absolute top of the page. I know that there is a way to do this, just don't know how.

Any help would be appreciated.

Lynne
10-20-2010, 04:53 PM
You've got your top padding set to 75px, so set the top position for the toplinks up by 75px:
.toplinks {top: -75px;}

2fast4ya
10-20-2010, 05:48 PM
excuse my ignorance, but where do I place this code?

Lynne
10-20-2010, 06:54 PM
I always place code in the additional.css template, but some like to look up the original code and change it there.