How To Display Foundation 6 ul dropdown menu an inline-block or inline-table

I am using zurb foundation to create a website, and I am using dropdown menu. My problem is how to display the drop down as inline block. Using foundation's rules, it's difficult to do this. I hope some has an idea about this. The code is below:

 <div class="row column text-center">
    <ul class="dropdown menu custom-menu" data-dropdown-menu>
    <li>
      <a href="#">For Sale()</a>
      <ul class="menu" id="display-style">
        <li><a href="#">Animals()</a></li>
        <li><a...
Code (markup):
How To Display Foundation 6 ul dropdown menu an inline-block or inline-table

from HTML & Website Design http://ift.tt/25hz1l5
via IFTTT
Previous
Next Post »
Thanks for your comment