Is there a way to retrieve the "top" property value along with its inline CSS adjustment?
<article class="stack" style="position: absolute; left: 741px; top: 1000px;">
</article>
I'm looking to subtract 200px from the top value, in this case changing it from 1000px to 800px.
Any assistance on achieving this task would be greatly appreciated. Apologies if my question is unclear.