Live Sports - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Live Sports

SM

Stefan McRae

Template 2 years ago

The menu on the right side disappears completely when view with a mobile phone. How can I fix this? I am using this template to replace my old one. You can find the template at: crushgk.com/sports_live

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #105814

There are two menus on the template that is shown on the desktop mode. You won't find both in mobile version. If you want all the items, then take a new menu with all items. Then show it on offcanvas position.

I can see the CSS is working. It is just an example. You can change it with CSS. Sorry, we do not provide customization support.

0
SM
Stefan McRae
Accepted Answer
2 years ago #105689

The header problem is with the Helix "TOP BAR" header. How do I get the Top Bar header to resize properly on mobile phones. It resizes correctly on tablets.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #105806

Hello Stefan McRae

The right side menu items are not loaded in the mobile. Please check Template Options -> Naviagation -> Off-canvas -> Select Off-canvas Menu. Here Main Menu is shown which includes the left side menu items only. The right side menu items on the desktop view are loaded in a different menu.

https://prnt.sc/PjsLz5ZJ45Hn

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media(max-width: 425px){
    .gt_switcher_wrapper {
        position: relative !important;
    }    
}

Best regards

0
SM
Stefan McRae
Accepted Answer
2 years ago #105810

Hello Ofi,

thank you for reaching out. I added the code, but I don't see any changes. I can manually switch between the main menu and header menu on the "Select Off-canvas Menu" dropdown, but I can't see both of the menus on a mobile phone simultaneouly.

0
SM
Stefan McRae
Accepted Answer
2 years ago #105821

Thank you for all your help!!!!! I just moved the menus to the top bar. You can close this tickent.

0