Full width post – margins

Posted in: Newspaper
Post count: 25

Hello,

Thanks for the great theme and support. I’m wondering if you could help with the following:

I need to modify the margins of the content area on full width (no sidebar) posts, so that there is some more white space to the left and right of the typed content (not the images.) I’m looking to create full width posts similar to this one, where the images still go full width of the content column, but the typed paragraphs are indented … http://www.buzzfeed.com/jakerossen/insult-and-injury-inside-the-webs-one-sided-war-on-doctors

Thanks!

Post count: 854

hi,
add this css code :

.column_container .td-post-text-content {
 padding: 0px 40px 0px 40px
}

here: http://screencast.com/t/PLIQigACF

Thanks for you message.
Radu A.

Post count: 3343

Hi,
Try with this CSS, add it int Theme panel -> Custom CSS

.single-post .td-grid-wrap {
  padding: 0px !important;
}
.single-post .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
Post count: 25

Hello, guys.

Thanks for addressing this issue. However, it seems like both solutions offered in this thread will change the margins on the entire column, making the typed content and the images more narrow. I was hoping to get the typed content more narrow but to leave the images wider like the example I linked to above.

Does that clarify what i’m looking for? I wonder if it can be done. Let me know when you get a chance. And thanks again.

  • This reply was modified 12 years by mikeaft.
Post count: 3343

Hi,
The images are cropped at 700, default you need to change the size to a little bigger if you changed the layout size.

Go to function.php and change that 700 to bigger size to fit your new layout. Also after you change the size you need to regenerate the images: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Hope this help!

Post count: 25

Thanks. Fixed this. You can close this now.

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