change Block 13

Posted in: Newspaper
Post count: 19

After a lot of testing i changed block 13 at home page at 1/1. But i have some questions. 1. For mobile the space between blocks i want to be less and there 2. I want to remove the —- after block 13. the block width is 970 now and but i want to be Center alignment (or reduce the space at right by increase the space at left of the block). My site topnews(dot)gr

The code: @media (min-width: 1000px) {

.td-pb-span12 .td_block_13 .td_module_14 .entry-title { font-size: 32px; line-height: 34px; margin: 0 0 2px 0; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-meta-info { bottom: 0px; padding: 14px 60px 0px 85px; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-thumb { margin-bottom: 5px; height: 520px; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-thumb { margin-bottom: 5px; width: 970px; }

.td-pb-span12 .td_block_13 .td_module_14 { padding-bottom: 0px; }

.td-pb-span12 .td_block_13 .td_module_14 .entry-thumb { height: 100%; } }

Post count: 22421

Hello,

1)
@media (max-width:767px){
.td_block_13{
padding-bottom:0!important
}
.td_module_14 .td-module-meta-holder{
padding-bottom:0!important;
}
}

2) I cannot see the — Maybe you already removed it?

3)Please provide more details as i cannot understand what you mean.

Thank you!

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