Positioning with or without margin

0
Hi all, a quick question. I am using the Environment Badge widget to switch out different (TOP/LEFT) badges. This works well, but the badges seems to be "stuck" on the left side of the screen, whereas the other (normal Mendix) components are "floating" of the sides of the screen. I have been trying to work this out using absolute positioning etc. but am at a loss how to get the badge to "anchor" on the same point as the rest of the screen. Help appriciated
asked
1 answers
0

The environment badges are positioned probably absolute with a left of 0 and top of 0? Try using firebug plugin within firefox, rightclick on badge and select 'Inspect element with firebug'. Now you can play with the location of the badge, and see which css file is determening the position of your badges.

answered