remove vertical column lines

Posted in: Newsmag
Post count: 13

Is there a way to remove the vertical column lines that show up?

Post count: 9544

While waiting for tagdiv reply — I thought there was option to hide those in the panel someplace, maybe that was a dream 🙂

I know there have been many posts in past where simple method is simply to target the css classes and make them white (which then looks invisible but keeps the 1 pixel spacing for the layout/containers prroperly.

Might do a forum search for that while waiting on tagdiv reply.

Post count: 6535

Hi @barryc123

I am not sure I understand your request so please provide more specific details about what you’re trying to do and maybe I can help.

Thanks!

Post count: 13

at earthy.me you can see vertical lines in the left and right side of the page. I would like to
eliminate those lines if possible.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/8MI5lsjQbqe6

.td-container-border:after{
background-color: white;
}
.td-pb-row [class*="td-pb-span"]{
border-left: 0px solid white;
}

Thanks!

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