Issue
I am trying to implement a logo in the navbar of my website. This works great on larger screens but on smaller screens the navbar breaks
Without the logo: Click Here With the logo and resize issues: Click Here
I am guessing I can change the logo image to be responsive/disappear in the custom css for the page but not sure how to. any help appreciated!
Solution
if you want your logo to be smaller on smaller screens, so it is not bigger than the viewport, you should set a max-width-value in your CSS as you did it with your other pictures.
You can do this either by adding max-width:100% or adding your .img-responsive-class (which you used for the other pics) to the logo-tag.
Answered By - user2611844
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.