Horizontal Navbar with logo+text on the left and links on the right side

Good day. Can someone help me solve this issue I am having? What I want is to create a navbar that will not use Flex or Bootstrap with the Logo and Company name on the left side and links on the right side. The problem is that the links are somehow not being aligned correctly even after clearing the floats. Here are my codes to help solve the issue. Thank you in advance.

Hi lambinokevin01 welcome to the forum

I can understand wanting to avoid bootstrap when not committed to using it.

But I don’t understand why you want to not use flex. It’s a CSS tool that does not need to be used, but there are times when it seems like the best for a section of HTML even when not the entire page.

1 Like

Remove the inline:block from header and float it left instead.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.