Hello!
First sorry for English ( Google translator ) .
After the last update the images do not occupy the full width of the page.
In this post for example : http://mestregamer.com.br/terror-e-surpresas-em-resident-evil-7/
The first image is set to full width of 835 , but like the others it is centralized, and reduced in size .
Someone explain ?
Thank you!
I wanted the images to occupy the full width of the post, well as video and text.
Where do I change this setting ?
Hi
Unfortunately the theme does not have such a setting and to achieve that you have to edit the layout of post template used and change its style. Basically you have to remove the margins and paddings around post content. This is a complex task which require lots of customiztions and tests in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
In the post of the original theme , the images occupy the full width rather than reduce the width as in my blog.
http://demo.tagdiv.com/newspaper/td-post-400k-for-whisky-most-expensive-foods-and-drink-auctioned/
Does not make sense
Hi
Sorry for misunderstanding, initially I assumed that you want to remove the white space around post content. on your site Images are not displayed full width because of theirs aspect ratio, however you can use this css in theme panel > custom code > cstom css to correct that: http://screencast.com/t/OGZAtpqD
.td-post-content img{
width: 100%;
}
Hope this helps.
Thanks!
It was exactly what I wanted.
It is perfect.
Thanks a lot for the help!