U
U
uRoot2018-03-14 22:29:58
css
uRoot, 2018-03-14 22:29:58

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>

I want to align the menu to the right side of the layout. How to do it? The text-right class doesn't work, but apparently it shouldn't.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
uRoot, 2018-03-14
@uroot

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>

Got the desired result

T
tyzberd, 2018-03-14
@tyzberd

put menu in grid c offset

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question