Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created October 13, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jczaplew/d990ee34e809633be1695f0dd1b6893a to your computer and use it in GitHub Desktop.
Save jczaplew/d990ee34e809633be1695f0dd1b6893a to your computer and use it in GitHub Desktop.
document.querySelector('#g-model-promo.hp-promo-ccol .g-trump .g-label').style.float = 'none'
"none";
document.querySelector('#g-model-promo.hp-promo-ccol .g-trump .g-label').style.position = 'absolute';
document.querySelector('#g-model-promo.hp-promo-ccol .g-trump .g-label').style.right = '-5px'
"-5px";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment