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; } }
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
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.
Best Regards,
PenciDesign
Sorry. Not working
I changed line code in style.css and it's OK now.