Hi, try adding this as additional css:
.entry ol, .entry ul { margin-left: 50px; }
No, I meant the distance between the paragraphs of the lists http://joxi.ru/E2pMq6Gh7z88vA
Try:
.entry ol, .entry ul { margin-top: 32px; margin-bottom: 32px; }
It doesn’t work that way)) http://joxi.ru/V2VGOWzUd7v80A
It is necessary to increase the distance inside the lists
What about:
.entry ol li , .entry ul li { margin-top: 20px; margin-bottom: 20px; }
Can you also tell me if this template has a pageview counter? So that the widget in popular posts has information about the number of views
As WordPress doesn’t have any default way to count pageviews, the popular tab widget uses comment count to measure popularity.
If you want to add pageviews, you would need to install a plugin and then modify the widget to use that to measure popularity.