Quote:
Originally Posted by nabsltd
Try adding "amzn-et" to the CSS rule, so it looks like:
Code:
@media amzn-kf8, amzn-et {
}
|
You don't need media queries for negative margins.
Here is the CSS code I use at the top of the CSS.
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}