Archived topic
Lists not displaying properly with page builder
2 replies · Started by Kevin on February 24, 2018
Hi, I'm using SiteOrigin page builder with GP Premium. One thing I have noticed is that lists are not displaying as, well, lists. No bullets or anything. This only happens when I use the SiteOrigin widgets. They worked fine with other themes, so I'm wondering if I did something wrong when I migrated my site to GP Premium.
The home page is not using the page builder, but the other pages are. Inspecting the source code doesn't show anything glaring right off the bat. Hopefully, you can help me out.
Thanks!
My apologies, a quick Google search would have solved this. It actually seems to be a pretty common problem.
For anyone having the same issue, here are the links to the SiteOrigin support forums:
To save time, go to Settings > Page Builder > Widgets and disabling the Add Widgets Class setting. It is recommended to disable this if you're experiencing conflicts.
Alternatively, you can edit your CSS with this tidbit:
.widget li {
list-style: inherit !important;
}
I hope that, in the end, someone finds my lack of pre-posting Google-fu helpful.
Kevin
Glad you figured out and thanks for sharing the solution!