A White Line Appears Under the Global Block above footer of page and I can't get rid of it!

Hi, I’ve created a global block which has 3 columns and appears above the grey footer (footer just has page menu in it) but there’s a thin white line that’s below the global block and I can’t get rid of it! I haven’t set a border and there isn’t any spacing set, so I don’t know where it’s coming from!

Would you mind taking a look for me please. It’s on a few pages, but if you just look on the Home page at the very bottom of the page you’ll see it.

http://www.controlns.com/

Thanks!

Hi there,

I have just checked the link your have provided but I cannot see the thin white line you mentioned. Were you able to get it sorted already?

Please try to clear your site and browser cache.

Thank you.

Hi, sorry, but when you went to view it the site wasn’t displaying the images due to the domain transferring over! I’ve cleared the cache both on the site and on my mac but the thin white line is still showing. Here’s a section of a screen grab of what I see:

Cheers

Hi again,

I tested your site in all major browsers and couldn’t replicate the issue on my end as well. This is what I’m seeing (see screenshot)

This could be a browser or OS specific issue, can you please let us know which browsers and OS you’re using so we can try replicating the issue on our end.

In the mean time try another browser and see if you’re still seeing the same.

Thanks!

Hi, I’m using the latest version of Chrome Version 67.0.3396.99 and OS 10.11.1

I’ve checked on Safari and it’s a bit better on there, however it looks like there is a slight gap still showing just below the blue background - it makes it look like a jagged edge! Please see screen grab below:

Cheers

Hi @core365

Please add this CSS code to (Theme Options > CSS):

.x-section .x-container.marginless-columns>.x-column {
    display: block;
}
.x-section .x-container.marginless-columns:not(.width) {
    display: block;
}

I’m sure this should fix this issue,
Thanks.

Hi, that’s sorted it, many thanks!

Glad we could help.

Cheers!

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