Pique Logo Size

  • Unknown's avatar

    Hi there. I’m trying to change the size of my logo. It’s currently displaying at 100px square. I want it to be bigger. I tried changing the css but I think the styling is applied through jquery.

    Is there a way to change it!

    Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The following custom CSS can be used to increase the height of your site’s logo:

    @media (min-width: 768px) {
        .site-branding .site-logo-link img {
            height: 150px;
        }
    }

    Increase/decrease the value of 150px to your liking.

    Let me know how that goes or if you have any extra questions.

  • The topic ‘Pique Logo Size’ is closed to new replies.