Shape 5

Joomla Templates => No1 Shopping - Club => : brunsgaard January 29, 2018, 04:42:20 AM



: Logo not showing on mobil devices
: brunsgaard January 29, 2018, 04:42:20 AM
Hi

Our logo is stopped showing on mobile devices. Can you tell me why?

http://brunsgaard-as.com/index.php/forskalling

Best regards
Thomas from Brunsgaard


: Re: Logo not showing on mobil devices
: jonahh January 29, 2018, 12:58:52 PM
Hello,

Add the below to your custom.css file and this should fix the issue:

:
#s5_body .s5_responsive_mobile_present #s5_menu_wrap {
    display: block !important;
}


: Re: Logo not showing on mobil devices
: brunsgaard January 30, 2018, 07:05:21 AM
That didn't do it.

I will send you a message with our login, if you need to see anything.


: Re: Logo not showing on mobil devices
: jonahh January 30, 2018, 12:12:43 PM
I'm sorry it should be:

:
.s5_responsive_mobile_present #s5_menu_wrap {
    display: block !important;
}


: Re: Logo not showing on mobil devices
: brunsgaard February 01, 2018, 01:50:02 AM
That fixed the problem. Thank you.