Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zurb Foundation: margin-top for class row doesn't work

I have two rows stacked and want the second to have a margin-top of 50px. But when I add a class "extramargin" for the second DIV and add margin-top:50px; it doesn't have any effect. When I put it in my HTML it works.

Anybody here who knows how to add this extra spacing between those two rows?

like image 431
suntrop Avatar asked Feb 18 '23 01:02

suntrop


1 Answers

Try this may be:

.row.extramargin {margin: 50px auto 10px !important;}
like image 79
Praveen Kumar Purushothaman Avatar answered Mar 02 '23 16:03

Praveen Kumar Purushothaman