Mobile Nav Button Menu - for sub categories, can the page title be a link to open up the sub categories instead of just the arrow?

Hi, I’ve found the same issue with my other sites I’ve done, where you go to click on the page title in the mobile nav button menu for a sub category to open and nothing happens, as the only way of it showing the sub categories is to click on the arrow to the right of it. Can the page title be a link to open up the sub categories instead of just the arrow, as it’s not obvious to everyone that they should have to click on the arrow!

I’ve included a screen grab for your reference. The page titles ‘Choose Your Badge Design’, ‘Embroider or Print Your Badge Design’ and ‘More Information’ all have sub category pages but you have to click the arrow to the right of it to open it up.

Also, in the screen grab, the page title ‘Embroider or Print Your Badge Design’ overlaps with the arrow. Is there a way to stop it from doing this so it forces it onto two lines of text instead?

The URL is:

Thanks!

Hi @core365,

To achieve that, you can add the code below in Theme Options > CSS

@media (max-width: 979px) {
.x-sub-toggle>span {
    padding-right:15px;
}

}
.x-sub-toggle {
    width: 100%;
    text-align: right;
}
}

Hope that helps

Excellent, thanks, it’s worked!

Do you know why this just isn’t a standard feature, as I don’t understand why it’s just those arrows that is the active link!

Thanks!

Hi @core365,

That is because in most cases the main menu item that has submenus items are linked to a page and if the entire link triggers the submenu, the linked page will not be opened.

Hope this explains it.

Ah ok, I understand, thanks for explaining!

Cheers!

No problem, @core365. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.