• Resolved Roger Lipera

    (@rogeralb)


    I have a situation where the bullets in unordered lists do not show up when the list is in a column. On the linked page I have two columns and no bullets. As long as the list is not in a column (as shown here – http://scruffcats.org/our-services/) lists appear perfectly.

    I have tried custom CSS with no luck.

    Is there a way to get bullets to appear in a column?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • try in ‘Additional CSS’:

    .entry-content .wp-block-columns ul li {
    	margin-left: 20px;
    }
    
    Thread Starter Roger Lipera

    (@rogeralb)

    Thank you, Michael,

    I tried it, but, alas, no luck. I even experimented with variations and there was no change.

    I will keep trying.

    Thank you, again.

    Roger

    possibly add the CSS via the “Additional CSS” while using ‘Customize’, this should show any changes immediately.
    and don’t forget to clear the browser cache after adding any CSS, to get to see any changes to the CSS.

    Thread Starter Roger Lipera

    (@rogeralb)

    Michael,

    That did it! Perfect!!

    The “trick” is in the Customize > Additional CSS

    Very, very nice. The “cats” will be very happy.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unordered List Bullets Not Showing In Columns’ is closed to new replies.