• Hello,

    I am using the Rebel Theme on this site vector.mavrikmarine.com. It appears perfectly fine in Safari and Chrome browsers, but in Firefox and IE there is a large grey box taking up about 1/4 of the screen on the side. It isn’t displacing anything just covering it.

Viewing 1 replies (of 1 total)
  • In the header of your theme, the stylesheet https://vector.mavrikmarine.com/wp-content/themes/rebel-child/style.css?ver=4.3 is called which imports https://vector.mavrikmarine.com/wp-content/themes/rebel/style.css. In that stylesheet it gives the body a background color of #f2f2f2 which, I dunno why, is where the gray box comes from. In the header.php of your theme, below all the other stylesheets but before the </head>, put this:

    <style type="text/css">
    body {
    background:none;
    }
    </style>

    Gray box gone :o)

Viewing 1 replies (of 1 total)
  • The topic ‘Large grey box on the side of site in Firefox and IE’ is closed to new replies.