Helix Ultimate - Footers - Menu Format Error - Question | JoomShaper

Helix Ultimate - Footers - Menu Format Error

J

joe

Helix Framework 2 years ago

Other than updating Helix, I have not made changes to the footer for some time.

However, I just noticed that the footer menu titles are no longer on top of the menus, but now on the side of the menus.

Video Link: See Hidden Content

Currently, I am already using the following Custom CSS codes to correct two other Helix Bugs:

/* FOOT MENU LINKS ON SAME LINE */
#sp-bottom .sp-module ul {
    display: block;
}

/* FOOT MENU LINKS NOT ON MOBLE */
@media (max-width: 768px){
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
}

I have been reporting footer issues for 5 months now. Please have the developer fix these issues in the upcoming release. See here:

Any assistance on the matter would be greatly appreciated.

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #52627

Hello joe

Apology for the inconvenience. I have used this CSS to Template Options -> Custom Code -> Custom CSS

#sp-bottom .sp-module {
    display: block;
}
#sp-bottom .sp-module #mod-custom269 ul>li{
    display: inline-block;
}

Your site looks fine now.

Best regards

0
J
joe
Accepted Answer
2 years ago #52637

Thanks for the excellent support.

Yes, this solved the issue.

Hopefully, in the future the issue can be fixed so we do not have to patch up Helix with CSS.

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

You are welcome. Thanks for accepting the answer. Have a good day!

0