Site logo

Archived topic

Menu/Sub Mobile Adjustments

5 replies · Started by Kle on April 7, 2018

Viewing posts 1–6 of 6

Hi there,

How can I take off the "x" (close) from the mobile slideout menu?

And also, I would like to change the mobile submenu items size to match the menu items, right now the sumbmenu items appear smaller than the normal mobile menu items, how can I acomplish that?

Thank you.

Hi there,

Can you link me to the site in question so I can give you the exact code you needed?

You can edit the original topic and use the private URL field.

Let me know :)

Hi Leo,

I updated the first post with the website address of the site I need to modify.

Thank you.

Try this CSS:

@media (max-width: 768px) {
    button.slideout-exit {
        font-size: 20px;
    }
}
    .main-navigation .main-nav ul ul li a {
        font-size: 14px;
    }
}

Thank you Leo! That did it.

No problem :)

This archived topic is closed to new replies.