-
@melaniersumner Have you tried using
width: 100%
instead ofwidth: auto
? Or alternatively, droppingwidth
altogether and settingright
to the same value asleft
(assuming the effect is absolute-positioned)? codepen.io/tylersticka/pen/NZazee
width: 100%
instead of width: auto
? Or alternatively, dropping width
altogether and setting right
to the same value as left
(assuming the effect is absolute-positioned)? codepen.io/tylersticka/pen/NZazee