How to Customize Logo Size on Twenty Nineteen Theme
-
I’ve already tried adding the code from another thread into the additional CSS field:
@media only screen and (min-width: 768px) {
.site-logo .custom-logo-link {
width: 100px;
height: 100px;
}
}That’s great for increasing the size of the square logo, but I want to use my long logo that has the current square plus the site name beside it. How do I replace the current logo and text of the site name with a rectangular sized logo approximately 400 x 59 pixels?
The page I need help with: [log in to see the link]
- The topic ‘How to Customize Logo Size on Twenty Nineteen Theme’ is closed to new replies.