Top Bar On Mobile Version - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Top Bar On Mobile Version

BH

Bernhard Huber

Template 2 years ago

Hello,

I hope you're doing well. I'm reaching out because I could use some assistance with the Topbar of the Finion template that I'm working with. Currently, I've noticed that the links on the Topbar are visible only in the PC version of the website. Unfortunately, on the mobile site, these links are not visible at all. Is there a way to address this and make the links visible on the mobile version as well?

Looking forward to your expert advice on how to resolve this issue.

Thank you for your time and support.

0
4 Answers
FS
Florian Schirmbrand
Accepted Answer
2 years ago #124137

Hi,

I can confirm this problem also on the Yamas Template. The submenus are visible on desktop but on mobile/tablet when the pizza menu is displayed only the top menu entries are visible. All the other sub-menu entries are not displayed at all...

Helix Ultimate Framework 2.0.13 & SP Page Builder 5.0.5 with Yamas Template...

Br, Florian

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

Hello Florian Schirmbrand

Please post a new question regarding your issue. We will check and help you.

Best regards

0
FS
Florian Schirmbrand
Accepted Answer
2 years ago #124609

Hi,

was already clearified with your support. The issue seems to be on joomla side because the module offcanvas had to be changed and saved again then the sub-menus where displayed correctly in mobile/tablet view.

Best regards

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

Hello Bernhard Huber

I have used this CSS to Template Options -> Custom Code -> Custom CSS to show it on the mobile view. Please check your site.

@media (max-width: 480px){
    .map-link, .create-account, .top-services {
        display: block !important;
    }
}

Best regards

0