space between the block in homepage

Posted in: Newspaper
Post count: 71

Hello,
how can I decrease the space between the vertical and horizontal blocks on the homepage?

Post count: 7909

Hi,

If you use blocks on different rows you can set a negative margin for specific row/column:
Before – http://screencast.com/t/EIPvPZMwpByH
After – http://screencast.com/t/LjQiFe7kTPhttp://screencast.com/t/1JbJXCREir

If you use blocks in the same row, it can be done only with custom css.

Thanks!

Post count: 71

Yes,
use blocks in the same row. What can I do with CSS custom? What code to use?

Post count: 7909

Hi,

Provide more details(what block-a screenshot where I should look) and also a link.

Thanks!

Post count: 71

HELLO,
it is the block11.
I need to decrease the space between the lines.

THIS IS

Post count: 7909

Hi,

This is the custom css to decrease padding for block 11 – http://screencast.com/t/BvmtaTfjq

.td_block_11 .block-title {
margin-bottom: 10px;
}
.td_block_11 .td_module_10 {
padding-bottom: 10px;
}

Thanks!

Post count: 71

Sorry,
the block is 7 and module 10.
how can I do css?

thanks

Post count: 7909

Hi,

The block 7 is created using module 6 – http://screencast.com/t/uEkxEoIBrf you can inspect the block that you use just to see what module it uses and reduce the padding like I suggested above for block 11(just change the numbers for block and module).

Thanks!

Post count: 21

Hi,

I want to decrease spacing between the title and Author name/date in Block 9. Secondly, I also want to remove the dashed line. Please help!

Thanks!

Post count: 20688

Hi,

You can try this code, just enter it in Theme panel->Custom Css

.td_block_9 .td_module_8 {
border-bottom: none;
}
.td_block_9 .td_module_8 .entry-title {
margin-bottom: 0;
}

Before – https://www.screencast.com/t/FHEHFGRSXJj
After – https://www.screencast.com/t/3KyVQwJCl
If this does not work for you please provide a link to your website for a more accurate solution.

Thanks

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