Block bottom spacing and behavior!

Posted in: Newspaper
Post count: 20

Hi there!
How can I reduce the space in the bottom of every block?

And I’m having some problems trying a block, show all categories but one or two, which I want to show only in a specific blocks!
Best regards!
Diego

Post count: 6600

Hi,

To decrease the block space at the bottom you cand use this CSS in Theme Panel -> Custom CSS:

.td_block1, .td_block2, .td_block3, .td_block4, .td_block5 {
padding-bottom: 0px !important;
}

For your second question could you be more specific? Please send me a screenshot or your site’s URL so I can take a look?

Thank you

Post count: 20

Hi Lucian, sorry about the delay!
This would be basically, to show, when the entry is published, first in the slider, as it should, and then to the 2nd marked block skipping the other blocks!

http://www.screencast.com/t/lf0ndRcDr

Post count: 6600

Hi,

In order to exclude a specific category from displaying in a bloc k you have to set the block to display all categories, for example, minus the category you want to display in another block like this: http://screencast.com/t/5DYi990oq

You can find the category ID’s like this: http://screencast.com/t/V5P2nJjIAgG

Hope this helps.

Thanks

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