White Lines on Homepage

Hi.

On www.concretemaintenance.co.uk - I have white lines appearing on certain pages on different devices - Ie - i have attached one when viewing on the homepage.

Can you help on how to remove?

Hi Conor D’Arcy,

Thank you for reaching out to us. To remove the white lines, try adding the following code in the Theme Options > CSS:

[class*="x-separator"][class*="top"] {
    top: 1px !important;
    transform: translate(0, -100%);
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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