Changing A Class From The Template - Question | JoomShaper

Changing A Class From The Template

Arman

Arman

Template 1 month ago

Hi there

At the top of the page I have 3 columns for the logo, menu and language switcher, and the menu column align is set to right by justify-content-end class. I tried to find this class and change it to justify-content-start but I coudn't.

https://imgur.com/a/ktAnqB1

Can you help me with it?

Thanks

0
3 Answers
Pavel
Pavel
Accepted Answer
1 month ago #162389

Hi.

You do not need to try to change the template code, as it will be lost after the update.

You need to override CSS. Add this code to the custom.css file (create it if it does not exist following Helix documentation)

#sp-menu .sp-column {
    justify-content: start !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162390

Hi Arman,

Thanks for contacting us. You can follow Pavel's instruction. And thanks Pavel for helping him.

-Regards.

0
Arman
Arman
Accepted Answer
1 month ago #162426

Thank you Mr. Pavel

0