Make Logo Bigger?

QuestionsCategory: Hello DarlingMake Logo Bigger?
Alyssa Brady asked 4 years ago

Hi there! I’m trying to make the logo a little bigger on https://shopsewmanythings.com 
Can you help me, please? I couldn’t find anywhere to do it in the backend. 
I have the Hello Darling theme. 
Thank you!

1 Answers
Jennifer Staff answered 4 years ago

Try adding this to your additional CSS spot.   You may need to add !important to the back of them. LEt me know if this gives you any issues.
 
.title-area {
margin: 15px auto 0;
}
 
.header-image .site-title > a {
height: 200px;
margin-bottom: 0;;
}