Magazinly to Newspaper

Posted in: Newspaper
Post count: 2

I’m moving from now-defunct Magazinly to Newspaper and I need to keep using 700px image instead of 696px. To avoid resizing thousands of 700px images, I just want to increase 4px the article column (the distance between sidebar column and article column must be 4px smaller). Where do I change that?

  • This topic was modified 10 years by Baboo.
  • This topic was modified 10 years by Baboo.
Post count: 22421

Hello Babo,

You could remove the padding from the main container with 4px, but we do not know if it will affect other parts of the website. This modification interferes with the column display and can cause different problems along the way. Every element is in relation to one an other. If you really need this modification you can use this custom css:

.single-post .td-main-content{
padding-left:22px!important;
padding-right:22px!important;
}

But if you want to play it safe and not risk other problems, you can regenerate your thumbs locally (it will take a bit of time) and then upload them to your website. You can use a plugin like force regenerate thumbs.
If you chose the css method, if problems occur in the future because of this, please point out this modification to us.

Thank you!

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