Hello there, I've encountered a problem that seems to be related to CSS. Here is the project I'm currently working on:
My main focus is on the News accordion menu. The goal is to display a small image (50x50 with padding) next to a large headline. When the user clicks on the headline, it should expand to show the full article. If they want to read or make comments, they can then click on "View Comments" to see more information.
The issue I am facing is regarding the spacing between the image and the text. Simply increasing the height of ui.accordion-acc or -left won't solve the problem. When you click on the first expansion of "Headline 1," you will see that "View Comments" wraps underneath the image, which is not what I intended. I have tried separating these elements into different divs and using floating, but so far, nothing has worked. Ideally, I would like to have blank space below the image to accommodate the length of the article and comments without any wrapping occurring.