Hi there,
I need some help with my mobile menu. In my screenshot I want to reduce the font size of the sub-menu items as they are too big. Also it would be to be able to move the text over to the right more.
Hi there,
I need some help with my mobile menu. In my screenshot I want to reduce the font size of the sub-menu items as they are too big. Also it would be to be able to move the text over to the right more.
Hello @infinitysleep
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
I just sent through my website and store password
@media only screen and (max-width: 600px) {
.menu-drawer__inner-submenu .menu-drawer__menu li .menu-drawer__menu-item {
font-size: 14px !important;
}
}
Hi there,
Unfortunately that did not work, I tried pasting the code in the base/css and it didn’t work
Can you try add this code before tag in file theme.liquid @infinitysleep