Archived topic
Mobile Menu Length
3 replies · Started by Rudy Vaughn on November 9, 2016
Is there any option to adjust the size of the mobile menu? When I open on my iPhone, the menu opens to take the entire screen space. Since the page titles are not super long, I'd like to shorten the length and maybe remove some of the space between menu items. Site is https://graphiczen.com if you need to view. Thanks.
First off, nice site! Looks great :)
Give this CSS a try:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
line-height: 40px;
}
}
Tom,
Worked great, thanks for the code, and thanks for the compliment on the site. Feel free to use it in your showcase!
Regards,
Rudy
Thank you! :)