Archived topic
Logo not showing on mobile device
5 replies · Started by Keshav on December 3, 2019
Hi,
My website is DSDCart.com
Logo is not showing on mobile device. Please give solution.
Thanks,
Keshav Gupta
Hi there,
Can you make sure the branding type under the mobile header is set to logo and not site title?
https://docs.generatepress.com/article/mobile-header/#branding-type
Let me know :)
Thank you so much.. Issue fixed.
Another query
1. I want to increase logo size and
2. I found an issue. When i open any product, image size automatically changed sometimes image would be small sometimes very large.
Please do something needful.
Thanks
1. The second sentence in this section explains how to adjust the logo size:
https://docs.generatepress.com/article/mobile-header/#branding-type
Please have a look.
2. Please open a new topic for the separate question.
Thanks for reply.
But I am not able to apply changes on logo. I want to increase logo size.
Please help
Give this CSS a shot:
.site-logo.mobile-header-logo img {
padding: 5px 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/