Footer2 Menu Horizontal With Helix 3 - Question | JoomShaper

Footer2 Menu Horizontal With Helix 3

D

Dominik

Helix Framework 1 month ago

Hi there

I have created a menu which I want to display in Footer2 module. This also works, but I can't get the 2 menu items to appear horizontally next to each other. Only one below the other. How can I correct this?

Thanks Domi

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #161986

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

#sp-footer2 .sp-module-content .nav.menu {
    display: flex;
}
#sp-footer2 .sp-module ul > li {
    padding-right: 10px;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Hope this helps!

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #162081

Thanks for accepting the anser:)

Have a nice day!

0