Hi Guys
I mentioned this before here:
Hi guys
Probably this is an oversight or a bug, but it is no longer possible to put negative values into the box-shadow parameters, this used to be possible. Big deal for me, please fix!
And I thought you guys would fix this, but it does not appear to be the case.
On cannot enter a negative value for the shadow distance, Can you guys change the slider to it allows negative values, please.
Here is my site Read-Only: LINK
(how to share your site Read-Only link )
JSW
(James)
July 26, 2019, 10:30am
2
Hi, you could use a workaround.
If you add this to your page’s <head>
.
<style>
.nameOfElement {
box-shadow: -123px -123px !important;
}
</style>
Obviously replacing -123 with your desired number. Let me know if that works.
1 Like
Thanks for that. I know I can hack it with code, it just seems dumb and tedious to go about it that way when it was a feature of the old interface and they just need to fix it, well I suppose they have a lot of pressing issues to get to. Just annoying because I mentioned this months ago.
1 Like
QA_Brandon
(Brandon Mosco)
July 26, 2019, 12:05pm
4
Hi @Wouter_Schreuders , you can add negative values to the size, not the distance.
Not sure what values you need to have negative on a box shadow?
ah sure! sorry was getting confused between the two. Thanks
system
(system)
Closed
September 29, 2019, 12:27pm
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.