Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you want your logo to scale down?
I want the image to scale down… less? If you look on the iphone, it’s tiny… but it’s just fine on a desktop or ipad…
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
But do you want your logo to scale down?
try to change the size for small screens, using for example in your custom CSS:
@media screen and (max-width: 400px) {
.site-branding { width: 80%; }
}
adjust the 400px to suit your ipad, and the 80% to whatever size you need.
if this is not it, please post in your theme’s forum at https://wordpress.org/support/theme/isola/
I have a related question about Isola. I really know nothing, so I ask in advance for your patience 🙂 I love the header size I am getting, but want to edit the blank space beneath the header that is between the bottom of the header and the title of the page. The title falls below visibility when it loads.
I know it can be done. Someone helped me go into file manager and take some of the space out, but it wasn’t enough. I can’t remember how to go back in there and that person is no longer available.
My deep appreciation to anyone who can offer a step by step for me to follow.