Section Separator lines

Hello,
When using section separators there is a white line on the top and bottom of the section. It does not show in Firefox but does show in Edge, IE and Chrome. How do I fix this? Thanks

Hi,

I checked in chrome and it is happening,

For Edge and IE you can try adding the code below in Theme Options > CSS

   @media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .x-separator-bottom-angle-in { 
                  bottom: 1px !important;
         } /* IE11 */
     }

Hope that helps

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