If No Thumb then text align problem

Posted in: Newspaper
Post count: 9

Please help me.

I want If No thumb then text should be align from left.

Snapshot:

http://lnx9.cloudhostdns.net/~a9a78e32/no%20thumb.jpg

Post count: 23312

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/F9B5aEw2vtEhttp://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!

Post count: 9

Thank you Catalin,
Is it possible include some body text in BLOCK 9?
Block 9 shows only headlines. Its look good if some body text(about 70 words) displayed with it.

Post count: 23312

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!

Post count: 9

Thank you again.

Yes, Its look good and perfect for me.

Post count: 23312

Hello Barun,

Glad that I could helped!

Thank you for the message!

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