Website logo not showing in mobile view

Website logo not showing in mobile view

by sangram singh -
Number of replies: 1

I am using Moodle 3.4.2 and Moove theme

The website logo in the header is visible in desktop view but it does not show in mobile devices.

There is not option in the theme to enable or disable visiblity the logo.

How can I make the logo visible in mobile devices by editing the code?

Thanks in advance for the kind help.

Attachment mobile_view.png
Average of ratings: -
In reply to sangram singh

Re: Website logo not showing in mobile view

by Daniel Gavriliuc -

add this css


nav.navbar .navbar-brand .logo img{

max-width:100%;

height:auto;

}

nav.navbar .navbar-brand .logo{

display:inline!important;}


:D