PDA

View Full Version : Replace header


AutoMinded
09-19-2011, 01:50 PM
Hi,

As shown in the screenshot I would like to move the upper bar (red circled) just left of the search box. How can this be done? This would give me more space to place my ad in the right corner.

Thanks in advance!

setishock
09-21-2011, 10:23 AM
Add this to your additional.css and adjust the numbers to park where you want it. (I copied that straight out of my additional.css so the numbers may have you looking for your toplinks at first.)

.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: 400px !important; /* changed by andy added */
top:250px;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}

Click save and reload each time you change a setting. Then refresh the browser window you have open looking at your forum.