*

terry

  • ***
  • 39 posts
Show Logo Mobile (Ad Page)
« on: April 07, 2017, 03:41:35 PM »
I've managed to show the logo on mobile devices - but only for the homepage.

I see the class "logo not767" is hiding this. When I change the CSS to show it also shows the desktop version login/post links.

How can I show the logo on all other pages on mobile devices like homepage? Also checked header.php but it duplicated the logo.

Thanks in advance.

*

MB Themes

Re: Show Logo Mobile (Ad Page)
« Reply #1 on: April 08, 2017, 02:03:16 PM »
@terry
not-767 is used on many places, not just for logo.
Define own css for logo class or add your own.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

terry

  • ***
  • 39 posts
Re: Show Logo Mobile (Ad Page)
« Reply #2 on: April 10, 2017, 03:01:17 PM »
Not quite with you @frosticek.

What I need to do is show the logo on the category/ads pages on mobile devices. Can you point me in the right direction please?

*

MB Themes

Re: Show Logo Mobile (Ad Page)
« Reply #3 on: April 11, 2017, 08:06:00 AM »
@terry
Code: [Select]
.logo {display:block!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

terry

  • ***
  • 39 posts
Re: Show Logo Mobile (Ad Page)
« Reply #4 on: April 12, 2017, 08:50:27 AM »
Thanks @frosticek. I've managed to sort it out |  :)