Hi!
This is a curently look of my posts, and space betwen text and white background of post http://prntscr.com/muq23s, my question is: How to achieve look – closer text and picture to the white background of post like this http://prntscr.com/muq71g
THX!
popcornscreen.com , i just wanna to achieve post look of website variety.com, which mean, text and picture close to the edge of white background.
Hi,
Please check our demo preview here -> https://demo.tagdiv.com/newspaper/block-1/ and there you will find our blocks list which looks like with your examples. Also, please read our documentation from here -> https://forum.tagdiv.com/theme-blocks-modules/ to see what kind of blocks/functionality are suitable for what you want to get.
Hope this helps!
Thanks for oyur understanding!
Hi, sry for my english, but i think you dont understand me. Im not interested in look of blocks, im interested in look of posts. So, if you see this picture you will see that space betwen headlines, picture, and text are small, http://prntscr.com/mwbth7
And when you see posts on newspaper you will see that space betwen headlines,pictures and text are wider. http://prntscr.com/mwbuf2
Hope that you understand my problem now
Hi,
I have inspected two posts from your website and I did not saw any problem regarding on margins. Everything seems to look as expected as you can see here -> https://www.screencast.com/t/K3feFo0VU Please provide the certain links where this problem appears so I can take a closer look at the theme and also, so I can investigate them with the Inspector Browser tool. Also, if you have some custom modifications or if you are using some untested plugins which might break the theme’s layout, you need to disable all of them, clear all the caches and check the results.
Thanks for the message!
Hi!, thx for the help! Is it possible to change headline,text and picture margin on posts? like this http://prntscr.com/mwu077
Hi,
So you want to reduce the space between the post content and the left side? maybe by using a cloud post template and stretching the row containing the post content element
– http://prntscr.com/mx6b0r
Here you can experiment with cloud post template to see what the possibilities are
– https://affiliate.tagdiv.com/#/load/Single
They can be previewed and even edited with the composer.
Not using cloud templates and modifying the post template with CSS it could be possible, maybe by removing the padding right and increasing the right
– http://prntscr.com/mx6diq
Or removing both padding left and right – http://prntscr.com/mx6dxr
This last one may cause problems because the post content width will increase because the padding is removed. Here is the code if you want to give it a try
.td-post-template-5 .td-pb-span8.td-main-content {
padding-right: 0;
padding-left: 0;
}
Thanks