I’ve had this problem for the entire time I’ve had an X site. Tiny line gaps mysteriously appear in between sections when separators are applied. I see a lot of support tickets and I’ve tried a lot of things but I’ve never been able to implement a solution. Is this like a rare and enduring bug for X without a fix?
I’m on Chrome, 14" laptop screen. I know it’s hard to replicate it on your end with all the different setups so I included a screenshot so you can see it. I’m PRETTY SURE, if you just adjust the browser zoom on your setup in increments from 75% to 150% they will manifest at different sections and separators for you like they do for me. They are also very prominent on my mobile device with a regular zoom when the sections aren’t hidden.
The closest thing I’ve found to a fix is placing this code into Theme Options CSS:
.x-section-separator.x-section-separator-top.x-section-separator-curve-in {
transform: translate(0, -99%);
width: 105%;
}
.x-section-separator.x-section-separator-top.x-section-separator-curve-out {
transform: translate(0, -99%);
width: 105%;
}
It fixes most of them, but not all. And like I said, they manifest in different areas as one increases/decreases browser zoom.
I’m going to remove the above code from CSS right now so you can see.
Thanks for any help in finally resolving this issue once and for all.