Couldn't you simply use floats and margins? You could float links and badge right, have them all use margin ... :5px; and use margin: 0px auto; for the search form.
@PearSquirrel if you put the links and badge in a div together, you could use floats and margins to create, basically, a three-column layout within the header section. A workable solution, but a little tricky.
Couldn't you simply use floats and margins? You could float links and badge right, have them all use margin ... :5px; and use margin: 0px auto; for the search form.
PearSquirrel 1 month ago
@PearSquirrel if you put the links and badge in a div together, you could use floats and margins to create, basically, a three-column layout within the header section. A workable solution, but a little tricky.
rrphillips 1 month ago