Hi,
at the moment I am working on following landing page: http://mw.manow.de
As you can see there is a grey line on the left and right side of the picture.
How can I remove that line?
Thanks in advance for your help.
Regards
Marko
Hi Mupfel!
I’ve looked over your site couldn’t see the line you have mentioned. —> http://cl.ly/image/1Y0x1n470m1E
Regards,
David
Hi David,
thanks for your reply.
It seems to appear only on devices with high resolution.
If you zoom out you should be able to see it also.
Here you can see it:
Thanks
Marko
Hi!
Thank you for the screenshot.
It is very faint but it is there. Please add this on Quick CSS or custom.css:
#top.avia-blank #main .container_wrap:first-child {
border: none;
}
Regards,
Ismael
Hi Ismael,
thanks for your help!
Unfortunately it is still there.
Regards
Marko
Hi!
Please try this css code:
.home .avia-layerslider.avia-shadow {
box-shadow: none;
}
Best regards,
Peter
Hi Peter,
thanks, that did the trick!
Regards
Marko