Hey there pixelriffic,
Hope you’re well! π
Can you tell me the title you have? I think there is a problem in longer title but if you put “arcade” as title there is no problem but this is not the case since every site has its own title.
Looking forward for your reply! π
Take care,
Calvin
Hi there Calvin. Thanks for getting back. The site title is Austin Stereo. As you might guess, the url is austinstereo.com.
The arc title does look great on larger browsers. If there was a way to either display a smaller version, or even a title without the arc, that would be awesome. Or if I could just turn it off for mobile devices, that would be fine.
Hey there pixelriffic,
Hope you’re well! π
I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.
Add the code in your child theme’s style.css or using the plugin mentioned above.
@media screen and (max-width: 800px) {
#site-title {
display: none;
}
}
Site title will hide when screen is smaller than 800px.
Let me know if it helps! π
Take care,
Calvin
Calvin,
Done and done! Works as described, and solves the issue in my book. Our tagline still communicates what we are about. Thanks so much for taking the time to help!