Block modification

Posted in: Newspaper
Post count: 131

Hi..

I have seen on my sites which are using newspaper theme… they have this modified the block in the pic.

View post on imgur.com

Can you please help me out to achive the same design for the block 3?

thanks!

Post count: 23312

Hello Sayeed,

If you want to have the same block’s design for block 3, you have to use a bit of CSS code to accomplish this. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td_block_3 .td_module_1 {
background: #fff;
padding-bottom: 15px;
margin-bottom: 17px;
border-radius: 5px;
box-shadow: 0px 2px 3px 0px #888888;
margin-left: 1px;
margin-right: 1px;
}
.td_block_3 .td_module_1 .td-module-title{
padding-left:2px;
padding-right:2px;
}
.td_block_3 .td_module_1 .td-module-meta-info {
padding-left:4px;
padding-right:4px;
}
.td_block_3 .td_module_1 img {
border-radius: 5px 5px 0 0;
}

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

Hope this helps!

Thank you for your message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.