Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sorry one last question… Re: Sorry one last question…

#103660
Johnnyb
Member
#stockticker {
position: absolute;
top: 0px;
right: 0px;
}

Change ‘right’ to ‘left’ and change the top value to whatever you like.

#topNav {
position: relative;
height: 0px;
text-align: right;
margin: 0;
margin-bottom: -25px;
}

Change text-align:right to text-align: left