Thu Feb 15 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
if (RSI.rsi.slice(-2) == 'sq')
{
    var css = ''
    + '<style>@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and '
    + '(orientation: portrait) {'
    + ' #offerbox { padding: 74% 0% 7% 57%!important }'
    + '}</style>'   

    
    $('body').append(css)
}