Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there!

    Can you clarify a little more on what you mean by fix? What is it you are looking to fix? The indentation, the space. I just want to make sure we’re on the same page here.

    If it’s the space you are asking about I want to say that would be the theme’s styling causing that. You can use your browser’s inspector tool to see the CSS rules being applied.

    Thread Starter eliaspatrickjr

    (@eliaspatrickjr)

    The space between the lines.

    Can you fix it?

    I don’t want this space between the lines.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    One thing that might help is adding some CSS. Doing something like:

    
    .entry-content ul ul {
      margin-bottom: 1rem; /* you can change this part to suit your preference */
    }
    

    That would target all unordered lists inside of the content.

    Thread Starter eliaspatrickjr

    (@eliaspatrickjr)

    Nice, it solved for me!

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error on list block’ is closed to new replies.