LENGUAJE SWITCHER MODULE ALLIGN INTO PREDEFINED HEADER POSITION TOP2 - Question | JoomShaper

LENGUAJE SWITCHER MODULE ALLIGN INTO PREDEFINED HEADER POSITION TOP2

RO

RICARDO MARTIN ORTEGA

Helix Framework 2 years ago

Hi: I am using Helix Ultimate template with predefined header. I have inserted lenguage switcher module into position top2, how can I customize CSS to place lenguage switcher at rigth of email (see picture below)? Thanks in advance

0
7 Answers
Pavel
Pavel
Accepted Answer
2 years ago #17773

Hi. More or less like this. Add your class in Class Suffix field in lang module.

#sp-top2 .sp-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sp-module .your-class {
    order: 1
}
1
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #17779

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please share your site URL & administrator access. I will check & get back to you soon.

-Thanks

0
RO
RICARDO MARTIN ORTEGA
Accepted Answer
2 years ago #17800

Thanks Pavel for your fast reply, following your indications, it worked. Hi Toufiq, thanks for your offering but it seems that question is solved. Besides, I am still developing in locahost. Thanks both of you !!

0
Pavel
Pavel
Accepted Answer
2 years ago #17802

You are wellcome

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #17920

Glad to know that, your problem is solved. Please close the forum post. Thanks

0
RO
RICARDO MARTIN ORTEGA
Accepted Answer
2 years ago #17935

Sorry, how can I close it?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #17938

Find out the accept text and click on the accept text. Thanks

0