problem with editing display.
Permalink
Hi, I'm having a strange issue in which the shaded overlay that appears when you hover over a block, is off set.
I have attached an image below to help understand what is happening.
This is my own theme, not one I have downloaded.
Many thanks.
I have attached an image below to help understand what is happening.
This is my own theme, not one I have downloaded.
Many thanks.
Hi Remo,
Thanks for your reply. Are you implying that a custom selector I have used in my CSS is clashing with one of concrete5's default ones?
Thanks for your reply. Are you implying that a custom selector I have used in my CSS is clashing with one of concrete5's default ones?
it could be an add-on as well, but yes, that seems to be the most likely reason for this problem.
it also takes very little time to check that, just remove half of the css or even the whole css and see what happens..
it also takes very little time to check that, just remove half of the css or even the whole css and see what happens..
Thanks a lot.
Well it's sorted now. It was all because I had a "position:relative" in the body tag.
Well it's sorted now. It was all because I had a "position:relative" in the body tag.
I'd start by removing certain parts from the css to get closer to the one rule causing the problem, but that's more or less everything I can tell you without being able to look at the code myself!