Helix Ultimate 2, How To Set Menu Align To Let, Right, Center - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2, How To Set Menu Align To Let, Right, Center

E

enrico

Helix Framework 4 years ago

Hi,

how it's possible to set the menu alignement on helix ultimate 2. After update in some of my website the menu is aligned to left, on other to right, but I don't understand if anf how it's possible to set the alignement.

Thanks

enrico

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #31028

Hi there!

Sorry for the inconvenience.

Would you please give me your site URL here?

Best Regards

0
E
enrico
Accepted Answer
4 years ago #31032

Hi Rashida,

the url is on hidden content, the menu now is aligned on right I would like that's on left.

Thanks

enrico

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #31052

Please use the following code in your custom CSS for the link you have shared with me:

#sp-menu .sp-column.d-flex.justify-content-end.align-items-center {
    justify-content: end!important;
}

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.

0
E
enrico
Accepted Answer
4 years ago #31055

Hi Rashida,

I put the code on template options>custom CSS, but nothing appenned, the menu is still aligned to the right.

But on your code it's correct that justify-content is set to end?

enrico

0
E
enrico
Accepted Answer
4 years ago #31057

Hi Rashida,

indeed now I put this code on custom css and it's work

#sp-menu .sp-column.d-flex.justify-content-end.align-items-center {
    justify-content: start!important;
}

Thanks

enrico

0
E
enrico
Accepted Answer
4 years ago #31304

Hi Rashida,

I put the same code to a new web site developed with Helix Ultimate after update to v.2 . On Mac with Safari the alignement of the menu is always to left (canvas toggler also), the code don't work.

The url of thhis website si on the hidden content.

Can you test with mac and safari?

Thanks

enrico

0