Line Spacing On Menu Lists

on 4.3 I have 3 lists like menu, category lists using the menu block. I would like to increase the line spacing . can I do this with the custom CSS ? and is it the .ty_menu item that I should use?

Thank you

.

on 4.3 I have 3 lists like menu, category lists using the menu block. I would like to increase the line spacing . can I do this with the custom CSS ? and is it the .ty_menu item that I should use?

Thank you

.

Please share the URL of your website

I am just designing the site so it is not on line yet. The url is http://primequalityproducts.com/403. The spacing of the third group is much too tight and I would like to re-space all of the lists.

Try to add the following code to the CSS section of the Theme editor

.tygh-header > div {
    padding-top: 5px;
}

Thank you eCom. It worked

You are welcome!