Best Premium and Free WordPress Themes › Forums › Lawyer Zone Pro › Logo SizeTagged: header, logo, sizeThis topic has 1 reply, 2 voices, and was last updated 4 years ago by Jadon Veldman.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts January 5, 2019 at 5:23 am #42557 Jillian StoneParticipantHow do I make the logo larger in the header area? January 5, 2019 at 10:05 pm #42607 Jadon VeldmanParticipantAdd this to your custom css..@media (min-width: 576px) { .custom-logo-link { max-width: 200px; margin-top: 6px } } @media (min-width: 768px) { .custom-logo-link { max-width: 200px; margin-top: 6px } } @media (min-width: 992px) { .custom-logo-link { max-width: 248px; margin-top: 9px } } @media (min-width: 1200px) { .custom-logo-link { max-width: 260px; margin-top: 9px } }AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inEnter something special: Log In