Logo issue on mobile / Header Style 2

Posted in: Newspaper
Post count: 12

Hi,

I’m having an issue with logo display on mobile.
I’m using header style 2, and i’ve configured same image on both places (Logo => Logo upload & Logo for mobile => Logo mobile In Menu).

I had logo problems in the past, and i was told to add following css:
.mobile-logo-wrap img {
height: 100%;
width: auto;
top: 0px;
}

but since recent theme upgrades (older than 4.2.1), i have a new display issue.

Is there a way to use Style 2 and adapt custom CSS ?

my site:
http://www.fantasy-coach.fr

Also, ‘menu icon’ is no more visible on mobile, this is since 4.2.2 upgrade, any advice on that?

thanks for your herp
BR

  • This topic was modified 11 years by DoOove.
Post count: 6600

Hi,

Use this css to make the logo look like this: http://screencast.com/t/22Ydp8GV7a3R

.mobile-logo-wrap img {
height: 100% !important;
width: auto !important;
top: 0px !important;
}

@media (max-width: 767px) {
  .td-menu-wrap {
height: 55px !important;
}  
}

Change the values as you like.
Regarding the “menu icon” I have noticed that it’s there now: http://screencast.com/t/DJlgZSaviL also looks like it should. Please let me know if you have any other issues with this.

Thanks

Post count: 12

Hi Lucian,

actually on my phone (S4/Android), main page is showing like this:
http://www.screencast.com/t/XioAI6hgpa

When i click on home menu i get Search
and there’s no global menu showing.

Thanks for your help

Post count: 6600

Hi,

That is another issue that we are aware about, please send an e-mail at contact@tagdiv.com and we will send you a fix for it or you could wait until the end of next week when we will release an updated in which we will fix this.

Thanks

Post count: 12

Hi Lucian,

I will wait for next update, not a big problem for us now.

Thanks for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.