Hi fvsslo, I took a look at your site. I am not sure exactly why there is 40px of padding being added – it is showing up as an inline style attached to the html
tag and I would have to login to the site to see what is happening.
In the meantime – go to your style.css
file on line 17 and look for padding:0px
. Replace that with padding:0px !important
and let me know if that works. Changing that line forces the HTML
tag to have 0px
of padding, which will work (although we really should find the main source of the problem), and fix it there for purpose of long-term.
Also, I noticed that on line 655 in your style.css
file, there is text-align:right
which is aligning “Google Translate” text to the right. If you remove text-align:right
your text will align nicely above the translator drop-down box. Just something I noticed.
Just so I can look further into the plugin issues you are having, let me know the following:
When you de-activate the plugin, does the padding disappear?
Do you have your WordPress toolbar enabled when you are logged-in to the Dashboard?
Hopefully that gives you some info to start with – I will follow up with this if needed.
Thanks!