Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #372986

    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

    #373091

    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

    #375611

    Sorry for my late answer.

    It doesn’t work. Do you have another idee?
    Thx
    Carine

    #375613

    Hi!

    Please try adding !important rule as following

    .entry-content-wrapper div li { padding: 0 !important; }

    Regards,
    Yigit

    #375633

    Nothing happens :-(
    Carine

    #375646

    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

    #375701

    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

    #375719

    Hey!

    Please add following code to Quick CSS as well

    .entry-content-wrapper div li { margin-bottom: 0 !important; }

    Regards,
    Yigit

    #375726

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Space between indented bullets’ is closed to new replies.