Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to inline the align logo and navigation horizontally? Reply To: How to inline the align logo and navigation horizontally?

#186168
web_editor
Participant

@Atelierbram absolutely yes, if I apply your suggestion? the responsive for smaller screens will not affect? But I edit the html of logo, right header and nav

Like this

<div class="ak-container">
  <div class="site-branding">existing code</div>
  <div class="right-header clearfix">existing code</div>
  <nav id="site-navigation" class="main-navigation menu-right">existing code</nav>
</div>

And then I apply your suggestion, now the nav is missing. Here’s the codeopen