Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Justin Sternberg

    (@jtsternberg)

    This is because your theme has styling for the <ul> element, but not the <ol> ordered list) element. If you add some css like below, it should look ok. (using something like Jetpack’s css module)

    ol.gtc-list {
    	margin: 0;
    	padding-left: 0;
    	background: none;
    }
    
    ol.gtc-list li {
    	background: none;
    	margin: 0 0 5px;
    }
    Thread Starter Fizzgigg

    (@fizzgigg)

    It worked like a charm. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing gap and dots’ is closed to new replies.