make sidebar ads padding/margin closer

Posted in: Newsmag
Post count: 35

Hi Admin,
Could you please tell me to make sidebar ads padding/margin closer —> http://prntscr.com/eq4hcu

thanks

Post count: 23312

Hello roqeem,

If you want to decrease the padding, you should user a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.

The code is here ->

.td-pb-span4 .wpb_content_element {
padding-bottom:0!important;
}

The result is here -> https://www.screencast.com/t/4ZM64E1G

Thanks for the message!

Post count: 35

Thankyou Catalin,

one again, any idea for this –> http://prntscr.com/esj6zh

Thanks,

Post count: 23312

Hello roqeem,

Try to use a bit of CSS code to do that. Use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.wpb_content_element {
padding-top: 3px;
}

The result is here -> https://www.screencast.com/t/Xdqn2kerksxU

Thanks.

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