Menu alignment
Menu alignment
Hi
I have a problem with the menu alignment, as shown in attached image. The Blogs menu breaks to a new line. Looking at the html elements, it shows:
<ul>
<li>Home</li>
</ul>
<ul>
<li>Blogs</li>
</ul>
Where your demo is like:
<ul>
<li>Home</li>
<li>Blogs</li>
</ul>
Can you tell me what I need to do, to get these two menu items aligned on the same line?
Thankyou!
I have a problem with the menu alignment, as shown in attached image. The Blogs menu breaks to a new line. Looking at the html elements, it shows:
<ul>
<li>Home</li>
</ul>
<ul>
<li>Blogs</li>
</ul>
Where your demo is like:
<ul>
<li>Home</li>
<li>Blogs</li>
</ul>
Can you tell me what I need to do, to get these two menu items aligned on the same line?
Thankyou!
Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.