Gmail – Move Google Calendar Gmail gadget to top right

gmailgoogle-calendar

Is there any way to move the Google Calendar Gadget to the top right in Gmail?

I have tried enabling the following labs:

  • Google Calendar gadget
  • Navbar drag and drop
  • Right-side chat

… but couldn't get it to work. Is it possible?

Best Answer

I solved this using stylist for chrome (should also work in the firefox version).

i added this script for domain 'mail.google.com':

div.nH.T4.pp + div.pp + div.nH.pp.ps.TZ { 
 position:absolute !important; 
 right:0px; 
 top:430px; 
 width:172px; 
}

Should work for you, adjust the top value as you wish, this works well for my resolution.