Mystery Line

Posted in: Newsmag
Post count: 104

there are two white lines … like borders on my page, i don’t know where they are coming from. One is overlapping an image in a row, and there’s another that is behind another image in the same row.

https://drive.google.com/file/d/0ByYKnygx9BswSDAxZUk4Z3hXOWs/view?usp=drivesdk

Post count: 6535

HI

I’ve checked your site and noticed that you’re using child theme. Try to deactivate the child theme, clear all caches then test the site again. Also make sure that you don’t have any custom css that move the borders to left or right.

Thanks!

Post count: 104

none of things made a difference. And they are turning up in that page too …
http://aws.ntv.ca/contests/fun-in-the-sun-contest/

it’s the :before: and :after:

Can I turn that off, for certain elements?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.td-pb-row .wpb_column:before,
.td-pb-row .td-pb-span4:nth-last-of-type(3):after,
.td-pb-row .td-pb-span4:nth-of-type(3):after {
display: none;
}

Thanks!

Post count: 104

Great! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.