Hello, I posted about this yesterday, so please forgive if this is a duplicate. I cannot see it in My Topics, so I am not sure it posted.
Yesterday, I could not get my masonry blog posts to show more than two posts spanning width…and couldn’t figure the cause.
I finally figured out that the css I used for fixing the bullet alignment (so text would align under the text and not wrap under the bullet) was the cause of my blog post issue.
Is there any way to fix the bullet issue (scroll down and see tab on Member Toolkit page.) and not affect the blog post layouts? If I add this code below back to custom css, the problem reoccurs.
ul li {
/*
* We want the bullets outside of the list,
* so the text is aligned. Now the actual bullet
* is outside of the list’s container
*/
list-style-position: outside;
/*
* Because the bullet is outside of the list’s
* container, indent the list entirely
*/
margin-left: 1em;
}
short-body {
line-height: 1em !important;
}
Thanks so much!!
Attachments:
You must be
logged in to view attached files.