Bullets in Sidebars

Homepage Community Forums Ambition Bullets in Sidebars

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18670
    Robert
    Customer

      Im trying to add bullets to my sidebars but am getting the following…

      https://tn2016.wpengine.com/achievingoptimal/

      YOU RECEIVE and PRIORITY CONCEPTS INCLUDE need to be basic bulleted lists.

      #18696
      Wes
      Moderator

        To add bullets, add this to .sidebar li around line 1889 –

        
        	list-style-type: disc;
        	margin-left: 20px;
        

        It should look like this in the end –

        .sidebar li {
        	border-bottom: 1px dotted #ddd;
        	list-style-type: disc;
        	margin-bottom: 10px;
        	margin-left: 20px;
        	padding-bottom: 10px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.