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!
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.
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.
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!