Hi there,
This website is almost ready to go live :-))
Now I discovered a small white line in one of the pages. See screenshot and link. I have checked the elements for borders, but they have none.
Can you help me find out what is going on?
Maaike
Hey maaikevk,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* Delete top border - */
.fullsize {
border-top: none;
}
/* End Delete top border */
Best regards,
Yigit
PERFECT!!!
Thanks a lot :-)