/ Published in: CSS
Comment to follow
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
nav.footer { } nav.footer ul { font-size:11px; font-size:1.1rem; } nav.footer ul li { float:left; display:inline; margin-right:10px; margin-bottom:0; } nav.footer ul li.first { } nav.footer ul li.last { } nav.footer ul li a { } nav.footer ul li.copyright { } nav.footer ul li.copyright a { } nav.footer ul li.back_to_top { } nav.footer ul li.back_to_top a { } nav.footer ul li.site_credit { float:right; margin-right:0; } nav.footer ul li.site_credit a { } @media (min-width:768px) and (max-width:1023px) { nav.footer ul li.site_credit { clear:left; float:right; margin-top:-12px } nav.footer ul li.back_to_top { clear:both; margin-top:20px; float:left; } } @media (max-width:767px) { nav.footer ul li.copyright { clear:both; float:none; display:block; margin-bottom:20px; } nav.footer ul li.site_credit { clear:left; float:right; margin-top:-12px } nav.footer ul li.back_to_top { clear:both; margin-top:20px; float:left; } }