I tried using a few methods in here to resolve my bulleted list alignment problem. Presently I have both of these in my custom CSS theme area:
.box-content-wrap ul li {
padding-left: 0.7em;
text-indent: -1.3em;
}
.spb_text_column ul, .box-content-wrap ul {
list-style: disc outside none !important;
}
Now my “regular” bullets are aligning properly. However, whenever I use your shortcode to create lists that have the font awesome or SS icons … it adds a disc bullet in front of the font awesome or ss list icon so there are now two bullets in each list item. I am tasked with getting this site live by Monday. What can I do to fix this problem?
Thanks a bunch!
Attachments:
You must be
logged in to view attached files.