Skip to content
Public Ticket #25506

Sign/log in not showing on mobile/ tablet

Conversation thread

Glodi Lundaya Badibanga replied

Customer Reply

never mind I found it.

Glodi Lundaya Badibanga replied

Customer Reply

One more thing. Can I translate the items on the sign-up/log-in form?

Glodi Lundaya Badibanga replied

Customer Reply

Worked. Thanks

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code like the following below:

@media screen and (max-width:480px) {
    .topbar_weather,
    .topbar_date,
    .topbar__logout_login {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .penci-topbar ul {
        justify-content: center;
    }
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:

@media screen and (max-width:480px) {
    .topbar__logout_login {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .penci-topbar ul {
        justify-content: center;
    } }

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

I can't be logged in because of the wrong account.

Please check again.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you check this problem.

Regards,
PenciDesign.


Glodi Lundaya Badibanga started the conversation

Conversation Start

Hi, I followed these options Appearance > Customize > Topbar Options > turn on the "Show Sign In / Join". 

However, the login/sign-in and weather are not showing on mobile devices.  How can I make it work? It was showing before.

Want to join this conversation or access attachments? Sign in first.