Archived topic
NICHE design: logo width setting?
3 replies · Started by ch1800 on December 28, 2020
Hello David,
Great design with Niche but I can't find any setting for the logo width in customizer...
Do I miss something?
Happy Holidays!
Hi,
You can adjust the size of the logo by changing the Menu Item Height value found in Appearance > Customize > Layout > Primary Navigation.
Alternatively, if you want precise adjustment to the width, try this CSS:
.navigation-branding img, .site-logo.mobile-header-logo img {
height: auto;
width: 100px;
}
Adjust the width property value to your preference.
Many thanks Elvin, the first option does the trick fine, no problem.
Glad it works for you. No problem. :)