Home › Forums › CSS › Sorry one last question… › Re: Sorry one last question…
May 30, 2012 at 10:56 am
#103660
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