Static Image Widget

708
5
Jump to solution
10-31-2022 10:32 AM
Labels (1)
Krocha
by
New Contributor III

Im trying to put an image right next to the header text. When i increase the display size (1920x1080) the image moves farther away from the header. How can i place the image where it is static next to the header regardless of screen size?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
DougLogsdon2
New Contributor III

The header text will need to be set as pixel as well. Otherwise, it will change position based on the browser width, too.

View solution in original post

0 Kudos
5 Replies
jcarlson
MVP Esteemed Contributor

Set the header's width to a static pixel value, and set the image's side margin to a corresponding pixel value. It sounds like your image's margin is based on a percentage?

- Josh Carlson
Kendall County GIS
0 Kudos
Krocha
by
New Contributor III

Yes it was on percentage but changing it didn't help. Exactly how do i set the margin to a corresponding pixel value?

0 Kudos
DougLogsdon2
New Contributor III

Under the Style tab, Size & Position section, change the unit from % to px:

2022-10-31 13_01_00-ArcGIS Experience Builder.png

0 Kudos
Krocha
by
New Contributor III

I tried but did not help.

0 Kudos
DougLogsdon2
New Contributor III

The header text will need to be set as pixel as well. Otherwise, it will change position based on the browser width, too.

0 Kudos