There is random space that doesn't make sense

Howdy friends! I am stumped about this… on a project I am working on I have set up an accordion that when you click on a category, it opens with all the menu items. But in preview and in publish there is a lot of space between menu items

Here is the read only:

https://preview.webflow.com/preview/quetzal-7dea3a…

Any and all help is super appreciated:)

hi @jonathan3.friedman your issue is related to margin-bottom of food_menu-item element. When you remove this margin all titles will be close to each other. You can assign margins to p elements instead to space these form each other. Another option will be wrapping your 2 p elements in div element you will call let say inner-block and assign margin bottom on this element. identical effect but different approach.

Hope this will solve your request