List CSS interfering with my custom HTML.

Posted in: Newspaper
Post count: 29

I have a custom developed quiz on my webpage. The last list item is misalligned because of the style
`.tagdiv-type ul li:not(.blocks-gallery-item):last-child, .tagdiv-type ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 0;
}`

Issue pages: https://aneejian.com/angularjs-quiz-1/ and https://aneejian.com/angularjs-quiz-2/

The issue occurs with all newspaper templates. For other themes it is ok.

List Issue

Post count: 35449

Hi,

Please try this custom css -> https://i.imgur.com/F8xZo7V.png
#quiz .tagdiv-type ul li:not(.blocks-gallery-item):last-child, .tagdiv-type ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 10px;
}

This will fix the problem.
You need to set the code in theme panel> custom code> custom css.

Thank you!

Post count: 29

That fixed it. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.