Add Padding under the sidebar Ad on Posts

Posted in: Newspaper
Post count: 30

I have managed to fix it on the homepage through the TDComposer however i am struggling the input the correct code for the sidebar added on to post pages through the widget panel

Here’s an example:
30px Padding Fixed on Homepage: Here
Needs Fixing (Post Page): Here

Many Thanks

Post count: 35449

Hi,

You can use this custom css

.td-a-rec-id-sidebar{
  padding-bottom: 30px; 
}

this code will add to all your ad boxs a padding of 30px in posts/ pages/ categories …
Please set the code in Newspaper>Theme penal> Custom code > Custom css
If you want to be apply only on post use this code

.single .td-a-rec-id-sidebar{
  padding-bottom: 30px; 
}

Thank you!

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