Contact Number Not Showing On Mobile View - Question | JoomShaper

Contact Number Not Showing On Mobile View

PV

Paul Venning-Pridham

Template 2 months ago

Hi I have megaInc template installed but on mobile view the contact number goes, can you point me where I can turn this on please.

if you go to: https://demo.joomshaper.com/?template=megainc and toggle between desktop and mobile you will see the contact info at the top disappears. I can find where this is controlled from as i need to have it on for mobile views. SEO is asking me to have the contact number on the top of mobile view.

any help please would be great thanks, I asked via the Chat bot but was told to ask here on the forum.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 months ago #150189

Hi there!

Thanks for reaching out to us.

You may use the following code in your custom CSS to get the contact number in mobile view also:

@media (max-width: 1366px){
#sp-logo .sp-contact-info {
    display: block;
}
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0