Hi,
Is there any way to make the font smaller for the ‘icon box’ headline text, but only on mobile?
Currently, my text is cut off on mobile, as the word ‘Vinduespudsning’ is too long.
Best,
Camilla
Hey Camilla,
Add the following to quick css:
@media only screen and (max-width: 767px) {
h3.iconbox_content_title a{
font-size: 15px!important;
}
}
Best regards,
Jordan Shannon
Thanks!
Also, when I open the mobile menu, I cannot go to the menu items (parent pages) but only each menus subpages.
This is also just on mobile.
Do you know how to adjust this?
Hi,
You can try add this:
#mobile-advanced { overflow: scroll !important; }
Best regards,
John Torvik
Thanks John, but I am still unable to open the menu items on the mobile.
When I click the page it just unfolds the options underneath the page (unfolds the subpages).
This is my problem too: https://kriesi.at/support/topic/mobile-menu-parent-items-open-submenu-and-dont-click-through/
There has not been a fix for this yet?
Thanks.
Hi,
Can you try to disable active plugins and retest this issue?
Best regards,
Jordan Shannon