codingin -3 Newbie Poster
<div class="row column text-center">
 <ul class="dropdown menu" data-dropdown-menu>
    <li>
     <a href="">For Sale</a>
     <!-- I want the menu below to display inline-block-->
      <ul class="menu">
       <li><a href="">Used cars</a></li>
       <li><a href="">New Cars</a></li>
      </ul>
    </li>
 </ul>
</div>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.