Block 13

Posted in: Newspaper
Post count: 24

I would like to know how to limit the number of lines that show the content for block 13.

The problem i have now is too many lines are shown.

I want it to show only two lines of content.

Post count: 23312

Hello thanik30,

I suppose that you are referring to excerpts from the blocks. If you want to increase/decrease the length of this you have to check the Theme panel and set it from here -> http://screencast.com/t/hsIjWNRh For more information about this feature, please check our documentation here -> https://forum.tagdiv.com/excerpts-introduction/

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 24

yes! it works just like what i wanted. thank you very much.

I also would like to ask you further… how to decrease the font size of the title in block 13 coz now it’s too large, so it has two lines which the title space eats into featured image too much – nearly half of the photo.

Thank you.

Post count: 23312

Hello thanik30,

If you want to decrease the font size for the block title (for block 13) you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_module_14 .td-module-title{
font-size: 16px!important;
}
.td_module_mx3 .td-module-title{
font-size: 13px!important;
}

The result you should see here -> http://screencast.com/t/gC4Iu5xc3

Hope this helps and let us know how it goes!

Thank you for the message!

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