Reduce Spacing before bullet

Posted in: Newsmag
Post count: 17

Hi guys,

I need help about reducing the spacing before bullets. I want to keep the spacing on typical paragraph spacing.
Is it possible using custom css codes?

Here’s an example where the spacing before the bullet form looks like a double space. http://www.manilashaker.com/water-proof-water-resistant-analysis-difference/

Post count: 6535

Hi

First you need to add a class for this subtitle like here: http://screencast.com/t/PIstFup73

<p class="no-margin"><strong>More posts and reviews</strong></p>
After this uou will need this css in theme panel > custom code > custom css: http://screencast.com/t/fAq0nkRexe

.td-post-content .no-margin {
margin-bottom: 0px!important;
}
.td-post-content ul{
margin-top:0!important;
}

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 17

So the css code will only work to the texts with <p> class assigned?

Thanks
Jade

Post count: 6535

Hi

Yes the css will be applied only on that paragraph.
Thanks!

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