Helix Ultimate Menu - Question | JoomShaper

Helix Ultimate Menu

KD

KOSTAS DIMITRAKAKIS

Helix Framework 2 years ago

Hello Joomshaper team , after the Helix Ultimate update i face an issue with a client's website, i used a custom code in order to put the menu in the center and now the menu went left. The code i used is: .sp-megamenu-parent > li > a {background-color: #d6daef !important;font-size:16px;} div#sp-menu { width: 100%; margin: 0 auto; text-align: center; } Can you help me with this?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #34093

Hi,

Use this custom css

.d-flex {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
KD
KOSTAS DIMITRAKAKIS
Accepted Answer
2 years ago #34095

Worked perfect, thank you for the fast response

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #34098

You are always welcome!

It would be very kind of you if you can manage some moment to give us feedback here:

https://extensions.joomla.org/extension/sp-page-builder/

https://www.trustpilot.com/review/www.joomshaper.com

Please let me know your name on the review.

Thanks for being with us :)

0