Thinking of switching from NewsMag to Newspaper

Posted in: Newspaper
Post count: 104

I currently use NewsMag which I like but I prefer the wider format of NewsPaper. The only thing that I would miss would be the hairline borders from NewsMag. How difficult would it be to add borders to all items in NewsPaper so it looks like NewsMag? IS it just CSS stuff or does it go deeper than that.

Post count: 1291

Hi,

The Newspaper grid wasn’t built with borders in mind so even if you add some they won’t look as the ones on Newsmag. You could try some custom css, ex – http://screencast.com/t/Mm1NwtGk

.vc_row.wpb_row, .td-pb-row{
border: 1px solid #e6e6e6;
}
.td-pb-span8{
border-right: 1px solid #e6e6e6;
}

Some elements may get broken and on some areas the borders may appear on the wrong location – http://screencast.com/t/Zq10e1Acf

Thank you!

  • This reply was modified 11 years by Emil G.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.