Hello!
I have a problem with this custom css I tried to solve. I d like to add a square or disc at the same row before each post which are displayed in sidebar for example “latest articles” basic listing.
With this custom css I managed to create all else is fine, but the disc is at the wrong line / row, when it should be at the same
: #secondary .widget ul, #footer-widgets .widget ul, #secondary .widget ol, #footer-widgets .widget ol {
list-style: disc;
}
Any help, please?
I dont have any url to show this, only testing site…sorry
Hi Petteri
The above snippet should work fine provided the colon at the beginning is not there.
Could you upload a screenshot for us so we can see what the issue is.
Thanks
Magus
Hello!
thanks for your quick reply. The problem with the custom css looks like this:
–
example post
–
example post 2
………………………………………….
when it should be / I want it to be like this:
– examplepost
– examplepost 2
etc..
Hope this explains my problem as well as a image?
Hi Petteri
I have tested the snippet and it works correctly for me. If the bullets are appearing on a different line then it could be that there is not the space in the row to display the bullet and the link on the same line. It is hard to say without seeing the page. If the issue is in the footer then the solution would be to reduce the amount of widgets or widen the footer.
With the sidebar, this should be wide enough to contain a title 8-9 words long and still use the bullet point. It would be worth inspecting the page to see if there is anything that could be causing the issue within the page css code from either customizations or plugins.
https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
Magus