css - Bootstrap Nav is justified, but not aligned to the top. How do i fix that? -
css - Bootstrap Nav is justified, but not aligned to the top. How do i fix that? -
see:
http://shfa.designbytricia.com/
i have gotten nav justified, leaves space above (for mobile nav container). how can have both justified , not leave space above it?
i've tried can think of, thing fixes it, remove the:
.navbar .nav li { width: 1% }
which removes justification.
so 1 time again how can have justification, rid of space top. there should no space. nav.
you've got margin on nav_main_row
class, alter css this:
.nav_main_row { margin-top: -30px; }
css twitter-bootstrap
Comments
Post a Comment