Hello janamtrup,
Please try the code below and decrease the padding-bottom with a bit of CSS code.
The code is ->
.td_block_9 .block-title {
margin-bottom: 0px;
}
The result you should see here -> http://screencast.com/t/EnYF1nmf8H
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, you can provide me more useful screenshots for a good understanding.
Thanks.
Hello willysawa,
If you are using more block 9 for your website, and you want to target the specific one, you have to add custom class for each row that contains your block and this you can set from Visual Composer, like this -> http://screencast.com/t/ZQmbJHLEz and then you have to use this code ->
.customclass .td-post-author-name{
display:none!important;
}
Hope this helps!
Thanks.