Mickie D
05-19-2013, 07:57 AM
Hi all,
I need a little help with floating text to the right in my navbar?
I have done this so far but no luck.
additional.css
.floatright {
float: right;
}
Header template
<div align="left">
Test1
</div>
<div style="floatright">
Test2
</div>
I need a little help with floating text to the right in my navbar?
I have done this so far but no luck.
additional.css
.floatright {
float: right;
}
Header template
<div align="left">
Test1
</div>
<div style="floatright">
Test2
</div>