- This topic has 7 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘Site Logo Size’ is closed to new replies.
Premium Responsive WordPress Themes with advanced functionality and awesome support. Simple, Clean and Lightweight Responsive WordPress Themes
The site logo appears at a normal size on all pages except one, where I am using the WooCommerse product page. On this page, the logo is too big and takes up the entire page. See site URL: http://www.andrewandmarkus.com/registry
@andrmcal: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.woocommerce .custom-logo {
max-width: 180px;
}
Let me know if this works out!
Kind Regards,
Skandha
Thanks, it works!
How do I center the logo on the homepage and all other pages? It does not seem to be centered on the page.
@andrmcal: Hello there,
I checked your site and the logo already seems to be centered. Can you let me know on which page it is not centered?
Kind Regards,
Skandha
It is just slightly to the left and not centered under the ‘scroll’ feature on the homepage.
@andrmcal: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.custom-logo-link {
margin-right: 0 !important;
}
Let me know if this works out!
Kind Regards,
Skandha
Thank you. Now the logo is appearing bigger on the WooCommerse checkout page: https://andrewandmarkus.com/checkout/. How do I get it to be the regular size?