I’m using WordPress Liveblog (see here on Github). For some reason position: relative;
is getting added as an inline style to my body element. e.g. <body class="blah" style="position: relative;">
I can’t figure out how the inline style is being added. I need to remove it. Hoping somebody has an idea of how this can be done?
what happens if you override it with different attribute of the property? using !important.
Try
body{property:inherit!important}