valign issue

Aloha, I was having issues with the vertical align or valign not working on the foundation frame work. I used margins ,padding, and text-align to get by.



I would add the values to my code but no changes would show up, even copying and pasting the same code from the foundation website and playing with the code yielded no results.


Lucky a fellow member of codingphase had the same issue and shared his solution on the circle app. It showed what code he used to get around the issue on valign not working. I put his code into google and followed the issue until I reached a github post about it.


The solution was to add certain code to the _normalize.scss file in the node module folder. It seemed to work and now I just have to find a way to add it to foundation so I don't have to add it manually every time.




valign-post