Hey i have this issue on all websites running PRO. The top-separator is not showing in safari, on chrome everything is smooth.
Can you help?
Hey i have this issue on all websites running PRO. The top-separator is not showing in safari, on chrome everything is smooth.
Can you help?
Hello @kewecom,
Thanks for writing in!
Are you referring to this section Wim Spa Guide?
The 2nd Section element covers the 3rd Section element where you have placed the separator. You may be able to resolve this by inserting an inline element CSS in your 3rd Section element.
$el [class*=x-separator] {
z-index: 0;
}
The code above serves as an example code. Feel free to modify it when needed. Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.