Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3425843
Sign/log in not showing on mobile/ tablet
Closed

Comments

  • Glodi Lundaya Badibanga started the conversation

    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.


  •  2,278
    PenciDesign replied

    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 replied privately
  •  2,278
    PenciDesign replied

    Hi,

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

    Please check again.

    Regards,
    PenciDesign.


  •  2,278
    PenciDesign replied

    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.



  •   Glodi Lundaya Badibanga replied privately
  •  2,278
    PenciDesign replied

    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.



  • Glodi Lundaya Badibanga replied

    Worked. Thanks

  • Glodi Lundaya Badibanga replied

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

  • Glodi Lundaya Badibanga replied

    never mind I found it.