Looking for some help combining a logo and brand name in my Bootstrap navbar. I'm running into an issue where there is a line break separating the logo and text. Can someone provide some assistance?
<%= link_to image_tag("brand_logo.png") + " Brandname", root_path, class: "navbar-brand" %>
I attempted to use "display: inline;" in my CSS file but it didn't resolve the problem. For reference, here's a browser screenshot: inspect
Thank you.