Distance between Block Title and Flex Block 1

Posted in: Newspaper
Post count: 3

Good morning,
Since I need to insert blocks that contain subcategories within each category, i have to create flex blocks with a separate title (two different blocks) where I rename the title with the name of the subcategory and in the block I filter the articles of the subcategory.

How can I reduce the distance between the title element and the block element by making it equal to the one present by default when I enter the title directly in the flex block? this change must be active for all blocks in each category! Thanks


https://ibb.co/LSwvDps

  • This topic was modified 3 years by renatot10.
Post count: 27744

Hello,

You can reduce the space only using a custom code css
.td_flex_block_1.td_block_template_1 .td-block-title
{
margin-bottom: 4px;
}

Set the code in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

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