Decrease Space Between Front page Blocks

Posted in: Newspaper
Post count: 27

I would like to decrease the space between all of the front page blocks on my website http://www.sportsgamersonline.com so it feels “tighter”, can you please assist?

Thanks!

Post count: 7909

Hi,

Do you refer to this space? – http://screencast.com/t/Uv7Htpuh
Every tagdiv block has a bottom padding and you can decrease it using custom css in Theme Panel > Custom Css – http://screencast.com/t/jyZDmnV64R

.td_block_wrap {
padding-bottom: 1px;
}

Thanks!

Post count: 27

Yes and spaces between blocks in the sidebar as well

Post count: 22421

Hi,
Every element has it’s own margin or padding and every one needs to be targeted. I see you need to remove the space on the tab element.
Please replace the code with this one:
.td_block_wrap {
padding-bottom: 1px!important;
}
.wpb_tabs{
margin-bottom:5px!important
}

Thank you!

Post count: 27

Thanks for your help that looks much better!

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