Could you please help me
1) remove the white box and order from all eventual lists
2) restore the font and the size of the rest of texts on the blog
3) remove the padding
Hi, it is because the lists are inside “pre” and “code” element, which doesn’t make any sense, because those elements are only for showing code blocks, i don’t think the plugin will generate such bad markup. Can you edit your page and click Text tab of your content editor and see if the list shortcodes are wrapped by pre and code elements, and remove them if they are.
You’re right! There was the pre and code element (have no idea why/how). It’s great now. I would also like to modify the size of the fonts in the bullet list (had talked about it another topic)
I already use this code .content ul.list.simple li {
font-size: 13px;
}