Lists Inside of feature-left

Homepage Community Forums Epik Theme Support Lists Inside of feature-left

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10314
    timhuntley
    Customer

      Love the theme. Great job!

      I was trying to use an unordered list within feature-left, but the list bullets were not being displayed. I modified my CSS to add list-style: inside; to the following at the top of the file:

      ol,
      ul {
      	margin: 0;
      	padding: 0;
              list-style: inside;
      }

      This fixed the problem, and also, I like this better than the default styling for lists.

      #10322
      Eric
      Customer

        Great! thanks for posting 🙂


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.