Answer the question
In order to leave comments, you need to log in
How to align menu in foundation framework?
The dumbest question... But I can't do it!
I'm building an email newsletter. The layout has a menu. I create it using the element:
<menu>
<item href="http://zurb.com">Item</item>
<item href="http://zurb.com">Item</item>
<item href="http://zurb.com">Item</item>
</menu>
Answer the question
In order to leave comments, you need to log in
Brought the design to the form:
<table align="right" class="container">
<tbody>
<tr>
<td>
<menu>
<item href="http://zurb.com">Home</item>
<item href="http://zurb.com">Shop</item>
<item href="http://zurb.com">Contact</item>
</menu>
</td>
</tr>
</tbody>
</table>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question