Line spacing in "Section Top Separator" (with screenshot)

Hi,
In Section Top Seperator, I often see a feint line spacing between each section… I have been unable to remove it.
Attached is a screenshot of what I mean.

What is causing this issue?

Thanks

Cheers,

Hello Cale,

Thanks for writing in! I could not replicate the issue. Which browser are you using when you encounter this issue? Please make sure that there are no transparent borders to you section or row as it could lead to a tiny line in between the separators.

Hope this helps. Please let us know how it goes.

Hi @RueNel,

Thank you for getting back to me.
Sorry for the late response, I didn’t get a notification saying you answered. :frowning:

It happens in both Safari and Chrome.
If you zoom out it happens as well. At 75% you will see it.
How can I verify that there is no transparent border?

Summary

You can see it on http://flexolidays.com

Hey Cale,

Thank you for providing the URL. To fix the issue, try adding the following code in the Theme Options > CSS:

[class*="x-separator"][class*="top"] {
    margin-top: 1px !important;
}

Let us know how this goes!

2 Likes

Wow! You guys are awesome! Always an answer to everything

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.