Login Enabled In Header Position - Question | JoomShaper

Login Enabled In Header Position

CS

Christian Sammut

Helix Framework 1 year ago

Hello,

I've enabled login in header position. It works on desktop but disappear on mobile device.

How to resolve this. Thanks for your help

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #164522

Hi there!

Thanks for reaching out.

Are you using the predefined header or a custom header? However, you can try the following code in your custom.css file:

.header-modules{
    display: block !important;
}

It should help.

Best Regards

0
CS
Christian Sammut
Accepted Answer
1 year ago #164538

Hello? I'm using predefined header "Fullwidth center". I tried your code but now the login is under the search field. On mobile, it's just horrible. Have a look to my web site. I use a template for beginning. www.sammut.fr

What is your component, you use on your website? I see "Hi, Christian Sammut" with a submenu and on mobile I get "Login" and " Create an account" at the bottom of the screen. I would get the same behaviour.

Best regards

0