Select to view content in your preferred language

2.5 Logo Issue

654
4
Jump to solution
10-10-2017 03:34 PM
CCWeedcontrol
Regular Contributor

I am having issues making the logo bigger using launchpad theme in WAB 2.5. I have made the changes that Robert suggested https://community.esri.com/thread/190393-make-applicaiton-logo-larger#comment-707482 but for some reason it doesn't seem to work. I am curious if anyone else has had this same issue or is it just me? I have uninstalled and re-installed 2.5 several times but i get the same results. Here are the steps i have taken.

1. Created an new app (Tester),

2. Clicked on 'Launchpad Theme',

3. Clicked on 'Attribute',

4. Changed the icon,

5. Save the app.

6. Made changes as i describe above.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Add a max-height property like this (line 3):

.claro .jimu-widget-header .logo img {
  height: 110px !important;
  max-height: 110px;
  margin: 0 auto;
  display: block;
}

View solution in original post

4 Replies
RobertScheitlin__GISP
MVP Emeritus

Can you zip your logo, themes\LaunchpadTheme\styles\default\css\launchpad.css and main config.json from your app for me to look at?

0 Kudos
CCWeedcontrol
Regular Contributor

Sure thing Robert, thank you for your assistance.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Add a max-height property like this (line 3):

.claro .jimu-widget-header .logo img {
  height: 110px !important;
  max-height: 110px;
  margin: 0 auto;
  display: block;
}
CCWeedcontrol
Regular Contributor

ok, got it THANKS!

0 Kudos