Recent Post Widget Style

Posted in: Newspaper
Post count: 3

I want to put myself the same form as a widget on the demo , but I do it another, and can not find where to adjust. Tell me please.
What i want:

What i have:

Post count: 23312

Hello foxxx.sale,

Do you want to add blocks in your post content? Also, please notice that our theme has been designed to use the Visual Composer only for pages but if you want you can use this plugin and on posts pages but it is not fully tested with it and probably you will need additional customizations through code. If you want to active the Visual Composer for posts, please turn it on from this -> http://screencast.com/t/tTWQTWU4

If is not what you mean, please provide more details.

Thanks.

Post count: 3

More details (sorry for my english):

i want style for widget from demo (without user and date + without spacing between posts)

Post count: 23312

Hello fox,

If you want to have that design, please notice that you will have to use the Block 9 or 10 as you can see here -> http://demo.tagdiv.com/newspaper/block-9/ and also, you must use a bit of CSS code to hide the margin and padding bottom and the author name and date.

The code is ->

.td_module_8 .td-module-meta-info{
display:none;
}
.td_module_8{
padding-bottom:0;
margin-bottom: 0;
}

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

Thanks.

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