• Resolved melebius

    (@melebius)


    First of all, thanks for making this great WordPress theme, I am enjoying developing a website using Hestia! However, I’ve got a little enhancement suggestion.

    I noticed in lists like Recent posts or footer widgets, the lines are almost equally spaced inside one item (when a long title wraps) and between two items. I find this a bit confusing for the visitors. I could fix this in my child theme using the following CSS:

    
    .widget ul li {
      line-height: revert;
      margin-bottom: 1ex;
    }
    

    I think this problem could affect all users and it should be fixed in the Hestia theme itself.

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @melebius ,

    Thank you for using Hestia and for reaching out!

    This is the correct behavior of the theme but we do appreciate the fact that you took the time to come up with a solution to make the layout respect your desires and that you were also kind enough to share it with the community in case somebody else was in need of the same solution.

    Thank you for your suggestion and have an amazing day!

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing in lists: lines or items?’ is closed to new replies.