I am facing an issue with the second <ul>
on my webpage, which contains more content compared to the first one.
In this second <ul>
, the last line is appearing floated to the left and does not appear below the penultimate line as expected.
Like this:
Does anyone know how I can align this correctly?
Here is the link to my jsfiddle demonstrating the problem:
My HTML code snippet for reference:
...
My CSS rules relevant to this section:
...