Responsive Contact Info In Helix Ultimate - Question | JoomShaper

Responsive Contact Info In Helix Ultimate

B

Bibbi

Helix Framework 3 years ago

On a website that uses Helix Ultimate, I have filed in the contact info under Basics in the template. It looks fine on a desktop, but not on mobile devices where it takes up too much space and is colliding with the logo.

It is possible to hide the Contact Info on mobile devices like you can do in SP Page Builder?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #2463

Hi there!

Thanks for contacting us!

Would you please give me your site URL here so that I can check?

Best Regards

0
B
Bibbi
Accepted Answer
3 years ago #2475
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3635

Hi,

Sorry for the delay!

You may use the following code in your custom.css file:

@media (max-width: 991px){
    .sp-contact-info {
    opacity: 0;
}
}

Hope this helps!

Best Regards

0
B
Bibbi
Accepted Answer
3 years ago #4637

Thanks for the code. I also have a problem with the menu. I cannot find the proper codes for activating the offcanvas menu in smaller screens. Can you help me with the codes? You can see the problem with the menu on https://prnt.sc/xvxwsb.

0