Thanks again. The site branding code worked perfectly. You’re a great help.
However, I don’t quite understand the media queries…
Are these in the event that the site is viewed in full on a mobile device? I noticed that when I view the site in full on my mobile device, the blog title and the tagline below it are on a left column, with the pull-down menu bar in the center. What width shall I set there? When I enter 991px min, as you stated, I get an error on the custom CSS.
I did check online and found this:
// Small screens
@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */
I also found this site.
Please advise. Thanks Vladff.