This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi 🙂
Is there a way i can shrink the size of my logo on the menu header
Also is there a way i can make more space between the menu names?
Thanks
Hello,
1. Please add this code in Theme Options > Custom css:
.header-logo img {
max-width: 250px;
}
2.
.menu > li > a {
padding-left: 18px;
padding-right: 18px;
}
Regards
Thank you!!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up