Reduce padding in sidebar

Posted in: Newspaper
Post count: 10

Hi,

how could I reduce padding values in sidebar?

Please, taka a look at http://vaniobossle.com/

I would like reduce space between “Centro da Visão” and “Coris Medicina Avançada” banners. So between posts that are showing below this banners (e.g., between “COMISSÃO QUER ENCERRAR HOJE A DISCUSSÃO DA REFORMA DA PREVIDÊNCIA” and “Prefeitura e Capitania dos Portos fiscalizam transporte marítimo em Florianópolis” posts).

Thanks!

Post count: 22421

Hello,

You can reduce the bottom margin set to the ad but this will also remove some of the space below ‘Coris Medicina Avançada’

.td-a-rec-id-sidebar > div{
margin-bottom:0!important;
}

Add the code in the theme panel-> custom cs box.
Thank you!

Post count: 10

Hi,

in the space between ads, your tip worked. Thank you very much!!

Now, I would like reduce space between posts (below ads). For example, reduce space between “SC exige da Embratur divulgação das potencialidades do turismo regional” and “COMISSÃO QUER ENCERRAR HOJE A DISCUSSÃO DA REFORMA DA PREVIDÊNCIA” posts.

Could you help me AGAIN? Thanks in advance!

Marcelo

Post count: 20688

Hi,

I can give you a Css fix, but from what I am seeing there is something wrong with the block in the sidebar. Here you can see how the block is supposed to look on one column
https://demo.tagdiv.com/newspaper/block-1/
Maybe you are not inserting the block properly, the layout of the page should look like this for the sidebar
https://www.screencast.com/t/57ZDbmmMY
Or maybe you have some custom code entered in theme panel, or through a child theme. The block should not display like that when used in the sidebar for example.

Thanks

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