Top header menu not showing on mobile

Posted in: Newspaper
Post count: 23

Hi guys,
Can you please check my website http://www.myrecipes.ie looks like top header menu is not showing on the mobile version if i turn off “SHOW SIGN IN / JOIN” option. I have my custom links for registration in top header menu and would like to show them in the mobile resolution as well.

Post count: 22421

Hello,

The top menu was disabled for mobile devices. It can be activated though with css. Please add this css code in your theme panel-> custom css box:

@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}}

Thank you!

Post count: 23

Thnx man, you guys rock with the support!

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