You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I inspected the elements and it seems you just put it in an image tag within the anchor tag with class "brand-logo". I thought this seemed easy enough, but now I realize that I am not sure where to put it relative to the nav bar component.
Above is what I have so far, but his ends up putting it aligned right in the nav bar. How did you accomplish what you did with the demo page using this add-on? Any help is always appreciated, and thank you in advance, so far I am really enjoying this add-on. 👍
The text was updated successfully, but these errors were encountered:
I've always had trouble with the {{#md-navbar component. There are so many different use cases for the navbar (top-fixed, customizing brand-logo, turning it into a search bar, etc...) that it's very difficult to make a component that satisfies all use cases. The main thing holding an awesome implementation back is that we lost some content projection techniques in ember 1.13 (things that worked in <= 1.12)
I inspected the elements and it seems you just put it in an image tag within the anchor tag with class "brand-logo". I thought this seemed easy enough, but now I realize that I am not sure where to put it relative to the nav bar component.
Above is what I have so far, but his ends up putting it aligned right in the nav bar. How did you accomplish what you did with the demo page using this add-on? Any help is always appreciated, and thank you in advance, so far I am really enjoying this add-on. 👍
The text was updated successfully, but these errors were encountered: