Please help me.
I want If No thumb then text should be align from left.
Snapshot:
Hello Barun,
As I can see in your screenshot, you have used a block with featured image. Unfortunately, there is not a simple option to align your text to left if you do not have a featured image. You cannot change dynamically the structure of the block. Another alternative would be to use others blocks without feature image, for example, Block 9 -> http://screencast.com/t/NZOkX7nb5 or block 10 -> http://screencast.com/t/spl5jkzoYJH2
http://screencast.com/t/F9B5aEw2vtE – http://screencast.com/t/qlwTvoRmFh
Also, you can set that when you do not have a featured image to display a placeholder with a favorite image of yourself. If you want to change the placeholder, you need to replace another image here: http://screencast.com/t/FsRu4SpqD1F
For to know what kind of thumbs are used in your blocks and modules, please check this: http://screencast.com/t/rjXsO7Wo4iaG
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Barun,
If you want to have excerpts without images in your block, you should use block_6 anda bit of Css to hide the thumb. Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/WhxZekE6eQ8
.td_module_5 .td-module-thumb {
display:none;
}
.td_module_5 .td-post-category {
display: none;
}
The result you should see here: http://screencast.com/t/CdonpI6LRMBW
Hope this helps and let us know how it goes!
Thank you for the message!