<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I edit pop-up size and location? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651545#M60761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably not very helpful but it may get you thinking in the right direction. The leader line for the popup is part of the api as css. In order to change it you need to add&amp;nbsp; your own css. for example you can add it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server\apps\4\themes\FoldableTheme\common.css or any other place you see fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriPopup .pointer.top {
&amp;nbsp; background: red;&amp;nbsp; &lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;/*change this*/&lt;/SPAN&gt;
&amp;nbsp; display: block;
&amp;nbsp; left: 50%;
&amp;nbsp; top: -8px;
&amp;nbsp; margin-left: -8px;
}


.esriPopup .pointer, .esriPopup .outerPointer {
&amp;nbsp; background: red;&amp;nbsp; /*change this*/
&amp;nbsp; display: none;
&amp;nbsp; height: 16px;
&amp;nbsp; position: absolute;
&amp;nbsp; width: 16px;
&amp;nbsp; z-index: 0;
&amp;nbsp; transform: rotate(45deg);
&amp;nbsp; -moz-transform: rotate(45deg);
&amp;nbsp; -ms-transform: rotate(45deg);
&amp;nbsp; -o-transform: rotate(45deg);
&amp;nbsp; -webkit-transform: rotate(45deg);
&amp;nbsp; box-shadow: 0 0 0.75em #777777;
&amp;nbsp; -webkit-box-shadow: 0 0 0.75em #777777;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this does is change the little arrow (box turned 45 degrees to make the diamond) to red. What it does not do is move the popup over so you can make a longer leader line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:38:01 GMT</pubDate>
    <dc:creator>StanMcShinsky</dc:creator>
    <dc:date>2021-12-12T03:38:01Z</dc:date>
    <item>
      <title>How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651533#M60749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know a way to edit the default size of a pop-up in javascript web app builder application?&amp;nbsp; The best would be to make it aware of the attributes and fit to size.&amp;nbsp; I'm also interested in how to make it move further away from the feature it is identifying.&amp;nbsp; Has anyone been able to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2015 01:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651533#M60749</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-21T01:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651534#M60750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your best bet may be to re-post the question here: &lt;A href="https://community.esri.com/space/2150"&gt;Web AppBuilder for ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or here:&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/groups/web-app-builder-custom-widgets" title="https://community.esri.com/groups/web-app-builder-custom-widgets"&gt;Web AppBuilder Custom Widgets&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are both good groups for Web App Builder questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651534#M60750</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-23T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651535#M60751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can certainly do that, but do you know a way to do it via code?&amp;nbsp; Web App Builder is simply where the app is starting it's life.&amp;nbsp; We have various code modifications once we've done the initial work in WAB and could easily hit the pop-up customization as well.&amp;nbsp; I should have mentioned that we're using the web app builder developer edition to create the apps and then we serve them off of our ArcGIS Server so we have access to all of the code files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651535#M60751</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T15:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651536#M60752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we had some discussion about it here: &lt;A href="https://community.esri.com/thread/121418"&gt;WAB - popup box inconsistent sizes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:05:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651536#M60752</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-23T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651537#M60753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you familiar with running the Developer tools in Google Chrome? If so, you could right click and inspect the element. In the right hand pane, you can see the properties of the element including the styles for resizing. Look for the element ID. It's not always what you think it is, as the size may be in a container, but you can hover your mouse over different elements in the code to know which elements are affected and then examine the element's CSS in the pane. You could then edit the .css file by searching for that element and modify it's CSS or you could override it with your own CSS file. That's what I have done in the JavaScript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651537#M60753</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-23T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651538#M60754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link.&amp;nbsp; Looks like a recent diccussion too!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651538#M60754</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651539#M60755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I have run the developer tools before.&amp;nbsp; Some projects have worked better than others but I suspect that is my lack of knowledge rather than the tools themselves.&amp;nbsp; I will do as you suggest and let you know if I run into trouble.&amp;nbsp; I have another question that may have a similar answer.&amp;nbsp; Is it possible to move the pop-up window or change the leader length?&amp;nbsp; I can branch this into a new discussion if that would be more appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651539#M60755</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651540#M60756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use top and left, to position the pop-up, but if there is no container, it will move it based on the entire web page. Sounds like you just want to move it a little further away, so I would add a container around the popup and then set the top and left position in then and make sure you have the pop-up set to absolute. That's a guess, but worth a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also take a look at the pop-up's positioning and move it as it may already be defined on position within a container already. If it is, that will make it easy, just change the numbers, probably top and left until they are where you want them to be. I am not sure what leader length is, but CSS does have a length property. As long as it is unique ID, you can change it in CSS. So I would go about finding the leader ID and search for the length; it could be set to auto, but you can change it pixels or px in CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get stuck, and it's public, you may want to post a link to your site or if it's one page, post to &lt;A href="http://jsbin.com/?html,output" title="http://jsbin.com/?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651540#M60756</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-23T15:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651541#M60757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll look for that as well.&amp;nbsp; Thanks for the great information and I'll let you know how it goes.&amp;nbsp; I don't think I'll be able to play with it until Thursday so don't think I'm ignoring you if I don't reply till next week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651541#M60757</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651542#M60758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. We all know how busy developers are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 16:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651542#M60758</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-23T16:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651543#M60759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to the code the pop-up and map infowindow have methods for changing size and position:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#show" title="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#show"&gt;Popup | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/infowindow-amd.html" title="https://developers.arcgis.com/javascript/jsapi/infowindow-amd.html"&gt;InfoWindow | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use map.infowindow.resize() you can change the height/width and probably find a clever way to programmatically check content size to do so -- I haven't tried that yet. To nudge it over you can use map.infowindow.show() and just add a bit right/left of the current position. The current location is available as map.infowindow.coords. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 17:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651543#M60759</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-02-24T17:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651544#M60760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon-&amp;nbsp; I was wondering if you figured out how to move the pop-up window or change the leader length?&amp;nbsp; I have tried to follow the suggestions here (among other things) but was unsuccessful, and I'm not an experienced developer.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651544#M60760</guid>
      <dc:creator>AmyKnight</dc:creator>
      <dc:date>2015-04-27T16:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651545#M60761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably not very helpful but it may get you thinking in the right direction. The leader line for the popup is part of the api as css. In order to change it you need to add&amp;nbsp; your own css. for example you can add it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server\apps\4\themes\FoldableTheme\common.css or any other place you see fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriPopup .pointer.top {
&amp;nbsp; background: red;&amp;nbsp; &lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;/*change this*/&lt;/SPAN&gt;
&amp;nbsp; display: block;
&amp;nbsp; left: 50%;
&amp;nbsp; top: -8px;
&amp;nbsp; margin-left: -8px;
}


.esriPopup .pointer, .esriPopup .outerPointer {
&amp;nbsp; background: red;&amp;nbsp; /*change this*/
&amp;nbsp; display: none;
&amp;nbsp; height: 16px;
&amp;nbsp; position: absolute;
&amp;nbsp; width: 16px;
&amp;nbsp; z-index: 0;
&amp;nbsp; transform: rotate(45deg);
&amp;nbsp; -moz-transform: rotate(45deg);
&amp;nbsp; -ms-transform: rotate(45deg);
&amp;nbsp; -o-transform: rotate(45deg);
&amp;nbsp; -webkit-transform: rotate(45deg);
&amp;nbsp; box-shadow: 0 0 0.75em #777777;
&amp;nbsp; -webkit-box-shadow: 0 0 0.75em #777777;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this does is change the little arrow (box turned 45 degrees to make the diamond) to red. What it does not do is move the popup over so you can make a longer leader line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651545#M60761</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-12T03:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651546#M60762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not yet no.&amp;nbsp; I'm not an experienced developer either so hopefully we'll both learn something that's helpful from these other wonderful folks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651546#M60762</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-04-27T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651547#M60763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the common.css file in my application but it only has one line&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="_jivemacro_uid_14301574386758765 jive_macro_code jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14301574386758765"&gt;&lt;P&gt;@import url("panels/TabPanel/style.css");&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Are you suggesting I just add in the code you posted in order to make a change?&amp;nbsp; I think I've also decided it won't be enough to increase the leader length because it will almost certainly still cover up something the user wants to see.&amp;nbsp; Is there a way to make it movable by the user?&amp;nbsp; Perhaps by changing the position: absolute value you show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651547#M60763</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-04-27T17:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651548#M60764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;Yes you can add those lines in that same file. I agree it would be nice to move the popup. not sure yet how to do it.&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651548#M60764</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-04-27T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651549#M60765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan-&amp;nbsp; Thank you!&amp;nbsp; It is helpful.&amp;nbsp; I am eager to learn everything I can.&amp;nbsp; I could see through inspecting that the .Pointer was the thing but was not able to find the css that contained it.&amp;nbsp; Now I understand that modifying the shape or size of the pointer does not help move the pop-up container.&amp;nbsp; Still,&amp;nbsp; I'll experiment with the code you've provided.&amp;nbsp; Thanks again-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651549#M60765</guid>
      <dc:creator>AmyKnight</dc:creator>
      <dc:date>2015-04-27T18:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651550#M60766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure you can adjust the length of the leader (the distance between the feature and the popup). I think the leaders are just images so they have a set size:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://js.arcgis.com/3.13/esri/dijit/images/popup.png"&gt;http://js.arcgis.com/3.13/esri/dijit/images/popup.png&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:49:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651550#M60766</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-04-27T18:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651551#M60767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The leader lines are just css. A square box that is rotated 45 degrees and moved around based on location of the popup. The space of the popup from the item and the leader line are part of the esri javascript api. Not sure how to move the popup over though.&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 19:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651551#M60767</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-04-27T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit pop-up size and location?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651552#M60768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Amy, not sure if you're still looking for a solution but I just posted it over here: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/596061#comment-596061" title="https://community.esri.com/message/596061#comment-596061"&gt;https://community.esri.com/message/596061#comment-596061&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-edit-pop-up-size-and-location/m-p/651552#M60768</guid>
      <dc:creator>TylerDunn2</dc:creator>
      <dc:date>2016-03-18T17:07:47Z</dc:date>
    </item>
  </channel>
</rss>

