Select to view content in your preferred language

Legend alignment

665
1
Jump to solution
11-20-2013 09:21 AM
KenBuja
MVP Esteemed Contributor
For layers that are in group layers, their legend item is indented. Is there a way to align all of the legend items, regardless of whether they are in a group layer or not?

[ATTACH=CONFIG]29245[/ATTACH]
0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor
This can be solved through the CSS class .esriLegendLeft

        .esriLegendLeft         {             padding-left: 0px;         }

View solution in original post

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor
This can be solved through the CSS class .esriLegendLeft

        .esriLegendLeft         {             padding-left: 0px;         }
0 Kudos