Vertical Or Horizontal Menu Depentend Of Bottom Or Footer - Question | JoomShaper

Vertical Or Horizontal Menu Depentend Of Bottom Or Footer

HB

Holger Busch

Template 1 year ago

Hello, I am using helix ultimate and joomla 5 in the latest version. When I publish the menu company in bottom 2 the entries are vertical listed. When i publish it in footer 2 they are horizontal listet. How can I change the art of listing, so that its vertical listet in footer 2? Regards.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #172528

Hello Holger Busch

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-bottom .sp-module .menu {
    display: flex;
    justify-content: space-evenly;
}

It will make the Bottom section menu Horizontal.

Best regards

0