Site does not have dropdown menu on mobile

Posted in: Newspaper
Post count: 18

http://bpcsc.com

On mobile there should be a dropdown menu for services, because it has a sub-menu, but there is not one. I would like to have an arrow or some other icon next to services that reveals Family Practice, Dermatology, etc with another arrow next to those to display the menu items under there.

Is there a theme option that I have missed, or some kind of css that can be added to the site, or will this need to be edited in the theme files somehow?

Post count: 35449

Hi,

Is look that you need to apply a custom css to display the drop-down menu on mobile -> http://prntscr.com/orfx55
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

The code need to be set in Theme panel> Custom code> Custom css
Also this problem can be fixed by making a theme update, the last version of the theme is 9.8 -> https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Post count: 18

That worked, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.