svepet Jun 6, 2016 · 1:44 pm #3679 Hi,
I have a problem of getting rid of the gray extra space under my bottom bar that is not in the color of the site?
Tried everything and couldn’t find a solution. I’m kind of new to wordpress so please help 🙂
Example:

The site in question is svepet.hr
Thank you in advananced.
Best regards.
Igor
Andrew Misplon Puro Jun 6, 2016 · 1:55 pm #3680 Hi Igor
Thanks for reaching out.
Please, can you send the link to this page so I can take a look? You can use the Set as private reply checkbox below if you want to keep your site private.
svepet Jun 6, 2016 · 2:21 pm #3681 This reply has been marked as private.
Andrew Misplon Puro Jun 6, 2016 · 2:52 pm #3684 Thanks for sharing. If you don’t have a Custom CSS plugin installed, please, go to Plugins > Add New and add search for Simple Custom CSS. Install, activate and go to Appearance > Custom CSS and insert:
/* Body */
body {
background: #fff;
}
I’m using OS X and your site looks full-width in both Chrome and Safari. I also checked Firefox, it seems normal there too.