I haven't spent so much time making that addon, so for now if you want to move those buffs, you'll have to open
MPBuffs/MPBuffs.lua and edit two lines:
- Line 52: self.Frame:SetPoint("TOPRIGHT", -180, -13)
- Line 58: self.EnchantFrame:SetPoint("TOPRIGHT", -180, -13)
-180 sets horizontal position from the right window border (must be negative, cause we're moving it backward/to the left), -13 sets the vertical position from the top.
If I imagine your screen correctly, you want to reduce -180 to about -100. :)