[Resolved] Mobile Menu Length

Home Forums Support [Resolved] Mobile Menu Length

Home Forums Support Mobile Menu Length

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243041
    Rudy Vaughn

    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.

    #243088
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
    #243285
    Rudy Vaughn

    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

    #243307
    Tom
    Lead Developer
    Lead Developer

    Thank you! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.