On my webpage when I’m using float: left for the navigation bar buttons (to line up horizontal) it makes content after that move to the right, such as:
[ Home About More ]
Text
I want it to be:
[ Home About More ]
Text
Any suggestions?
You need to use the
clearattribute in Text. Like so: