Hi,
I am trying to add a proper image to the navigation bar of the CRM portal.
I want to stick to the Portal CRM framework and bootstrap way of doing things but I am not yet familair with this way of doing things.
Right now I edited the Content Snippet : Navbar Left, like this
<p><a class="homelink" title="BAAS" href="~/"><img style='width:80px' src='baassmalltalk.png' /></a></p>
I already hesitated to include the image width, but otherwise the screenshot below would not be possible.
The red arrow is to indicate that I want the logo to FIT in the navbar (preferably without having to specify a width, because of all the screen sizes we have today).
So my question is not so much on how to fix this with general web development skills, more on how to get this done while we keep leveraging the strength of the CRM Portal framework ?
In other words: how much of this instruction: https://getbootstrap.com/docs/3.3/components/#navbar-brand-image should we follow and where should we put the HTML ?
*This post is locked for comments