html - bootstrap menu - item cut off - for smaller screen -


i'm modifying existing template uses bootstrap.

here's work: http://goo.gl/vbazgv

my problem last item of menu - contactos - disappears smaller screens:

image1

while it's present bigger ones:

image2

i think changing point 767px.

i can't life of me correct problem... have tried can't seem understand nor find code produces change.

actually problem didn't appear smaller 767, appeared smaller 979px. able solve increasing margin-bottom:

 @media (max-width: 979px) {  .navbar .container {  width: 100%;  margin-bottom: 2em; } 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -