Bulleted and numbered lists
Quote from Erenbur on June 25, 2019, 10:31 amThomas, hello!
I tried to post to the forum with lists:
https://erenbur.ru/discussion/topic/evro-rub
Lists are tightly pressed to the left. There are no points on the bulleted list. In normal articles, everything is fine. You can certainly fix this with CSS, but first decided to write to you, maybe this error appears for many site owners and better fix it in the forum plugin.
Thomas, hello!
I tried to post to the forum with lists:
https://erenbur.ru/discussion/topic/evro-rub
Lists are tightly pressed to the left. There are no points on the bulleted list. In normal articles, everything is fine. You can certainly fix this with CSS, but first decided to write to you, maybe this error appears for many site owners and better fix it in the forum plugin.
Quote from Asgaros on June 25, 2019, 10:36 amHello @erenbur
This issue is not caused by the forum-plugin. Firstly you have created an ordered-list (numbered list) instead. The left-alignment is caused by some other css-rules – maybe caused by your theme or another extension, see the picture below.
You can try to add the following css to fix this:
#af-wrapper ol, #af-wrapper ul, #af-wrapper li { padding-left: 20px !important; }
Hello @erenbur
This issue is not caused by the forum-plugin. Firstly you have created an ordered-list (numbered list) instead. The left-alignment is caused by some other css-rules – maybe caused by your theme or another extension, see the picture below.
You can try to add the following css to fix this:
#af-wrapper ol, #af-wrapper ul, #af-wrapper li { padding-left: 20px !important; }
Uploaded files:
Quote from Erenbur on June 25, 2019, 11:28 amNo, this code does not work correctly. The letters move away, and the numbers themselves remain in place. Thomas, I will correct it myself, do not bother yourself, the problem is not great. Just wanted to draw your attention.
No, this code does not work correctly. The letters move away, and the numbers themselves remain in place. Thomas, I will correct it myself, do not bother yourself, the problem is not great. Just wanted to draw your attention.
Quote from Asgaros on June 25, 2019, 11:40 amHello again @erenbur
Maybe I asked it before, but can you tell me the name of the theme which you are using? I want to check it again for compatibility-issues.
Hello again @erenbur
Maybe I asked it before, but can you tell me the name of the theme which you are using? I want to check it again for compatibility-issues.
Quote from Asgaros on June 25, 2019, 2:17 pmMh, it looks fine for me. Maybe another plugin is causing it, not sure. Have you cleared your cache after applying the css I gave you above?
Mh, it looks fine for me. Maybe another plugin is causing it, not sure. Have you cleared your cache after applying the css I gave you above?
Uploaded files:Quote from Erenbur on June 26, 2019, 7:28 pmCache cleared – does not help. Later I will choose the time, deal with this problem. I will write where the conflict was.
Cache cleared – does not help. Later I will choose the time, deal with this problem. I will write where the conflict was.
Quote from Erenbur on July 20, 2019, 6:15 pmThomas, hello!
Finally decided the problem. CSS styles themes clashed. Solved the problem with this code:div.post-wrapper div.post-message ol li { margin-left: 40px !important; margin-bottom: 15px;} div.post-wrapper div.post-message ul li { list-style-type: disc; margin-left: 25px !important;}
Thomas, hello!
Finally decided the problem. CSS styles themes clashed. Solved the problem with this code:
div.post-wrapper div.post-message ol li { margin-left: 40px !important; margin-bottom: 15px;} div.post-wrapper div.post-message ul li { list-style-type: disc; margin-left: 25px !important;}
Quote from Erenbur on July 23, 2019, 4:19 pmThomas, after this code there was a small problem, it also exists on your forum (in the message above). At the loaded picture on the left point. I tried to remove it through “display: none”, but if I remove it, then the points in the bulleted list disappear. And I can not write the code, which specifically at the picture removes the point. It is necessary in the next update of the plugin, it is desirable to adjust the CSS so that the point disappears.
Thomas, after this code there was a small problem, it also exists on your forum (in the message above). At the loaded picture on the left point. I tried to remove it through “display: none”, but if I remove it, then the points in the bulleted list disappear. And I can not write the code, which specifically at the picture removes the point. It is necessary in the next update of the plugin, it is desirable to adjust the CSS so that the point disappears.
Quote from Asgaros on July 23, 2019, 7:32 pmHello @erenbur
I will adjust the code so that you can directly select the list-element by using the .uploaded-file selector.
Hello @erenbur
I will adjust the code so that you can directly select the list-element by using the .uploaded-file selector.