Hi everyone
I set some background images on my section to make a nice divider. The background is set to be at the top of the section (0%).
On mobile a thin line appears above that image, and i am not able to get rid of it.
What could be the reason why this happens?
hi @Philein issue is related to SVG. In my experience I had always set negative margin. In your case set margin-top:-1px; on your next section to make this line disappear. You can also use margin-bottom:-1px; on current section that contains your SVG aligned to bottom.