Hi,
I have insert bullets in the text. When I increase the indentation, the space between two bullet lines is to high.
For instance:
– first bullet
– increased indentation
– space is too high between this bullet and the previous one
Could you please tell me how I can keep the same space as previous?
Thx for your help
Carine
Hi Carine!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content-wrapper li {
padding: 0;
}
Cheers!
Yigit
Sorry for my late answer.
It doesn’t work. Do you have another idee?
Thx
Carine
Hi!
Please try adding !important rule as following
.entry-content-wrapper div li { padding: 0 !important; }
Regards,
Yigit
Nothing happens :-(
Carine
Hey!
Please flush browser cache and refresh your page a few times. Changes are being applied on my end – http://i.imgur.com/iiEuYG9.png
Regards,
Yigit
Hey,
We don’t speak about the same thing :-). The problem happens when I indent the bullet. See here: http://imgur.com/gz6QCph
Thx
Carine
Hey!
Please add following code to Quick CSS as well
.entry-content-wrapper div li { margin-bottom: 0 !important; }
Regards,
Yigit
Thx. The space is equal now. A little bit too much but it is ok.
Thx a lot for your support :-) Have a nice day
Carine