Web App Builder Widget Spacing Issue

615
6
Jump to solution
04-23-2020 07:52 AM
joerodmey
MVP Alum

Using WAB dev edition. My widgets seem to be spacing out incorrectly at certain screen sizes.

Here is the config.json:

Any ideas?

0 Kudos
1 Solution

Accepted Solutions
RickeyFight
MVP Regular Contributor

joe rodmey

You need to change all 4 of the "left":   lines until you get the desired location. 

View solution in original post

0 Kudos
6 Replies
RickeyFight
MVP Regular Contributor

joe rodmey

Can you provide some screenshots of what you are seeing? 

0 Kudos
joerodmey
MVP Alum

See inlcuded

0 Kudos
RickeyFight
MVP Regular Contributor

I believe its your 

"position":{
   "left": 45,
‍‍‍‍‍

You have a space of 100 from the select to the query but the other ones are 45 and 55 so only 10 px spacing which is why they overlap 

0 Kudos
joerodmey
MVP Alum

Si I need to change the 45?

0 Kudos
RickeyFight
MVP Regular Contributor

joe rodmey

You need to change all 4 of the "left":   lines until you get the desired location. 

0 Kudos
joerodmey
MVP Alum

It worked. Thanks!