How to increase logo size in twentyseventeen
-
I have already searched this forum and tried every suggestion for css edits I have found. So, I’d love some help. I need to increase the size of my logo in the twentyseventeen theme. Here is a link to the website. http://www.flagstaffweddingpackages.com/ As you can see the logo is super small and not readable.
-
Hi! There are several ways to go about it, so it’ll depend on your goals. You might start with something like this in Additional CSS:
@media screen and (min-width: 48em) .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img { max-width: 40em; }Going forward, you’ll also want to use the correct forums for self-managed installations, at https://wordpress.org/support/forums/
Or, you’d be welcome to migrate your site to our services. You can find our pricing here:
https://wordpress.com/pricingCheers!
- The topic ‘How to increase logo size in twentyseventeen’ is closed to new replies.