By default, logo in Listimia have their width and height restricted. You can make your logo smaller or larger with the following steps:
- Visit the Customizer (Appearance → Customize)
- Click on the Additional CSS section
- Add the css code below and play around with the value.
/* Change logo size */
.navbar-brand img {
height: 1.875rem;
}
All the changes you make in Customizer will be immediately displayed in the theme preview. However, these changes will not be saved until you press the [Publish] button.