P
Haydn Kerr• 535
@haydnkerr
Posted
Nice design! in terms of cutting off the left side of the image you could use "Transform: translate(-50px)" in CSS. Just replace the pixels with whatever works for you. It won't effect the whole container just the positioning of the image
Marked as helpful
0
@haydnkerr Oh that's it, thanks you Haydn!
0
ola-dev• 60
@Ola-star-coder
Posted
@haydnkerr You can also use margin-left:-20px.
0