Hello, How would I add a company name and subtext right-aligned to the logo image?
I must be missing something.
The code below shows subtext with chrome and not Safari, but if I add a second line with a class of standard-logo, then it appears once on safari and twice on chrome.
[

Company Name

Company Name
SubText Here](/)
CSS
#logo img {
display: inline-block;
margin-right: 5px;
}
