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 #2262032
Show date topbar
Closed

Comments

  • Mircea_Cristian started the conversation

    in the mobile version no data can be seen on the topbar.

    TOPBAR is empty! (I choosed to not show anything else, only weather and date)

    thx

  •  501
    Penci replied

    Hi,

    Don't worry about the issue.

    By default,  weather, date and login on top bar will hide on mobile.

    If you want show them on mobile.

    Please go to Customizer > Addtional CSS then add custom css to do that
    @media screen and (max-width: 480px){
    .topbar_weather, .topbar_date, .topbar__logout_login {
        display: inline-block;
    }
    }


    Best Regards,

    PenciDesign

  • Mircea_Cristian replied

    Sorry. Not working

    I changed line code in style.css and it's OK now.