I apologize for coming back to you on this again, but I added the code you gave me. The issue still persists both on the logo size and promobar disappearing (leaving only the arrow). I've got enough work to do elsewhere on the site, but this is really bugging me. Thanks for helping.
I notice in going through "inspect the element" I can change the size of the logo and get it larger using this code:
.navbar-brand.logo-control img.logo-img {
display: none;
max-height: 200px;
max-width: 400px;
}
However, this doesn't help me when I add it to the custom.css file. I'm perplexed.
BTW, I can get into the forum without logging in if I just use the link in the original response email. I'll check back later today to see if anything has changed in the login issue.
Pat