Hi there,
Do you have a link I can look at?
Thread Starter
dtmp
(@dtmp)
OK the reason why they are stacking is because you have a break after each one.
If you look at the buttons with google dev tools you will see there is a
after each one. So what you need to do is not press enter after each button, like this:
<a class="button">One</a> <a class="button">Two</a> <a class="button">Three</a>
not this:
<a class="button">One</a>
<a class="button">Two</a>
<a class="button">Three</a>
Hope this helps.
Thread Starter
dtmp
(@dtmp)
Got it. one more thing, what’s the difference between setting Float or Flex for the foundation system css?
Hi there,
I see you got it the way you wanted. For your other question, its best to go to the Foundation Foums: http://foundation.zurb.com/sites/docs/flexbox.html
Hope all this helps. If possible, please leave a rating and review and let everyone know what you think of WP-Forge.
Thanks again.