This topic has 5 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi!
I’m trying to make the logo on my header bigger. I’d like to make it 600pxls wide, but it seems to be a set size.
Whilst achieving this though, I don’t want the menu options to be pushed further down the page, so I’d imagine I’d have to play with padding etc.?
I’m using Head Type 1
Thanks!
Hello,
Please add this code in Custom CSS:
.header-logo img {
max-width: 600px;
}
.navbar {
padding-bottom: 10px;
}
Regards,
Rose Tyler.
Hi!
Thanks for the reply!
I’ve tried that and it works, but only on the products page but not on the homepage
Is there a different or additional code?
Thanks!
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Please add this code:
.header-wrapper .header-logo img {
width: 600px;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up