Turn off logo adaptivity

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeTurn off logo adaptivity

This topic has been marked as resolved.

Hello,

it is possible and if yes how I can turn off logo adaptivity on mobile devices? Image is very small on mobile devices but on desktop devices is normal.

 onejak
April 21, 2016 at 1:02 pm #46737

I had the same issue..
What we did was add this to custom style:

/**** SIZE LOGO MOBILE ****/
#site_logo img {
max-width: 100%;
max-height: 100%;
vertical-align:middle;
}

It worked for us.
Cheers,

April 21, 2016 at 1:31 pm #46738

@onejak

You can try the code from looserfoot. We could also take a look, if you want (will need the live website).

BR,
ThemeBurn team

April 21, 2016 at 2:37 pm #46739

@TB Support
I have try this solution and it is good but not for all dimensions of mobile devices. May I send live site privately?

 onejak
April 21, 2016 at 4:23 pm #46742

Yes, you can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

April 21, 2016 at 4:40 pm #46743

Ok. Here with CSS changing:

You can test as portrait and landscape on different screen dimensions.

 onejak
April 21, 2016 at 4:50 pm #46745
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 26, 2016 at 12:24 pm #46853

Yes it is as me needed! Thank you! This fix will work on latest version of Pavilion template for OC 2.2? As I see you have released it.

 onejak
April 26, 2016 at 3:54 pm #46887

Hi,

You won’t need this fix on BurnEngine. It has more options to fine tune site logo for different resolutions.

BR,
ThemeBurn team

April 26, 2016 at 4:19 pm #46889

Thank you! Another question regarding log. Can you explain how it is possible set up multilingual logos. One logo for one language, second logo for another question?

 onejak
April 26, 2016 at 4:36 pm #46890

May you point me where I can tune site logo?

 onejak
April 26, 2016 at 7:15 pm #46921

Hi,

Unfortunately, OpenCart does not offer the option to have multilingual website logos.

BR,
ThemeBurn team

May 4, 2016 at 5:24 pm #47164
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.