Home › Forums › CSS › How to inline the align logo and navigation horizontally? › Reply To: How to inline the align logo and navigation horizontally?
October 14, 2014 at 1:32 am
#186168
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