Answer the question
In order to leave comments, you need to log in
How to align menu when laying out email in zurb foundation?
Hello.
I am learning the zurb foundation framework for email layout.
For the desktop, I want to place the logo with the menu on the same line, which is aligned to the right edge, and on the mobile, so that they are located one above the other and centered.
My code:
<container>
<spacer size="16"></spacer>
<row>
<columns large="4">
<center>
<img src="http://placehold.it/200x50/663399" alt="">
</center>
</columns>
<columns large="8" valign="middle">
<center>
<menu>
<item href="#">Ссылка 1</item>
<item href="#">Ссылка 2</item>
</menu>
</center>
</columns>
</row>
</container>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question