Hoppa till huvudinnehållet

Resize Maptips

Kommentarer

2 kommentarer

  • Permanently deleted user

    Hi Zack, 

     

    You can add custom CSS at this file here: 

     

    C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\<SiteName>\Viewers\<ViewerName>\VirtualDirectory\Resources\Styles\Custom\Desktop.css

     

    to change the size of the maptip. The classes used to adjust the size of the maptip is as follows: 

     

      .map-tip-view { width: 650px; height: 500px; } .map-tip-view .feature-description { height: 40.45em; } These are exaggerated settings so you can see the changes. The default settings are as follows: /* Map Tip Container */ .map-tip-view { width: 31.25em; height: 6.8em; } /* Map Tip Feature Content */ .map-tip-view .feature-description { height: 24.45em; } The .map-tip-view modifies the maptip size. The .map-tip-view  .feature-description modifies the space used for the feature content. 

     

    I hope this helps.

     

    Carmen
    0
  • Zack Robison
    That did it... I was missing one class which seems to have moved around a lot of the other elements which I did find, and was trying to control piecemeal, to their desired locations.  Thank you very much!
    0

Du måste logga in om du vill lämna en kommentar.