When in Page Edit Mode Hover Shadow over block has moved.

Permalink
When in Page Edit Mode Hover Shadow over block has moved. down about 40px. I can still manage to work with this but can be a pain at times.
Please see attached photo to see for your own eyes.

Just a side point if anyone happens to know, is there a way of moving the 'Add to...' buttons?

1 Attachment

middlegrounduk
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Its the problem of your theme's css. You might have set some position or margin in your themes css. So the problem arises.

Rony
middlegrounduk replied on at Permalink Reply
middlegrounduk
Hi Rony,

at is what I was thinking, have tested it by altering them but the shadow stays in the same place.

Richard.
Steevb replied on at Permalink Reply
Steevb
Did you apply the other theme then clear your cache?
middlegrounduk replied on at Permalink Reply
middlegrounduk
I have moved the site since and cleared cache a few times.
dimger84 replied on at Permalink Reply
dimger84
So I had the same problem using foundation 4.0 framework.

I removed from my body css the position:relative;
That worked for me and i hope it works for you too !
Rushing replied on at Permalink Reply
Thanks for specifying, dimger84. That also worked for me.
evolveinc replied on at Permalink Reply
Perfect dimger. That worked.

We'll see what, if any, side-effects that has. None so far.
TravelNet replied on at Permalink Reply
I am having the same issue with my website theme. http://www.wilsons.vemglobal.net/...
This code is getting added to my body tag:
position: relative; min-height: 100%; top: 0px;


Any suggestions?
TravelNet replied on at Permalink Reply
I found the issue: I have a Google Translate widget on the page that is adding inline script to the body tag.