Style last div with class row

elking10

New Member
I'm trying to style the last div with the class row on the page with a margin-bottom, but I can't seem to select it.I have this:\[code\]body div.row:last-child { margin-bottom: 3em !important; }\[/code\]Nothing happens. What am I doing wrong?
 
Back
Top