How To Align Sp-menu To Left In Helix Ultimate V2 - Question | JoomShaper

How To Align Sp-menu To Left In Helix Ultimate V2

GP

Gianluca Pantaleo

Helix Framework 2 years ago

Hello, I'm building a website with helix ultimate v2, the main menu is right aligned, I would like to align it to the left, please. Look at the website here

It seems that helix ultimate v2 autoassing an alignment to the column sp-column and there is no options to customize that alignement.

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

Hi,

Use this custom css

.justify-content-end {
    justify-content: flex-start!important;
}

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
GP
Gianluca Pantaleo
Accepted Answer
2 years ago #35134

Ok, it works, but it's an hack not a fix. It would be nice if in future version of helix ultimate will be a feature to choose which column align from a select. Thanks

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

Ok I will note your opinion.

Could you please accepted my answer and close this post?

Thank you

0