sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi there, the site listed in your profile is hosted at WordPress.com. Can we have a link to the site you are wanting help with please, if it is live?
sacredpath
(@sacredpath)
Automattic Happiness Engineer
In general, this would be the custom CSS you should need, and you can edit the 200px value I inserted as desired.
@media screen and (min-width: 768px) {
.site-branding .site-logo-link img {
max-height: 200px !important;
}
}
This is great to know for when I finally buy a logo! 🙂 Glad to know the option exists with Pique theme!
Thread Starter
Y.Y.
(@yatendra16)
Sorry for my late reply,But thanks Mr. @sacredpath for your support. you solved my problem.
-
This reply was modified 8 years, 1 month ago by
Y.Y..
sacredpath
(@sacredpath)
Automattic Happiness Engineer
@yatendra16, you are welcome.
@sacredpath
Thank you for the custom CSS. I used it, but I cannot seem to get the size any bigger than 200px.
This is the site I am working on: https://theafricanbean.co.za/
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi, the image you are using for the logo is 181px x 200px ( https://theafricanbean.co.za/wp-content/uploads/2018/04/African-Bean-Logo-Final-181×200.png ). You will need to upload and/or use a larger logo image. I looked in the theme functions.php file and the max size set for the logo in Pique is 400 high by 1400 wide. If you use a different larger image, then the CSS you have should work just fine.