Can I reduce the size of my Shopify site header logo?

everesthouse
Visitor
3 0 1

https://everestcakehouse.com/ my site header logo size too much. can i help me ?
password - kaopee

Replies 2 (2)

oscprofessional
Shopify Partner
15830 2369 3072

Hello 

Will suggest you to add some sort of code in css file .

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

oscprofessional
Shopify Partner
15830 2369 3072

Hello ,
Please add this code at the bottom of  in theme-> edit code-> assets -> styles.scss.liquid

@media only screen and (min-width: 799px) {
.logo.text-align--left img {
	width: 100px;
	text-align: center;
}
.main_nav .nav {
            vertical-align: middle;
	margin-top: 25px;
}
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing