Forums

[resolved] Bullets (ordered list, unordered list) not showing up (6 posts)

  1. biikaash
    Member
    Posted 11 months ago #

    How come my bullets(ordered list, unordered list)are showing up on the edit pages but not on the published pages?

    What do I need to do to get them to appear?

    please have a look narottamseo.com/directory-submission

    Any help?

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Because of this in your theme's style.css file:

    li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
  3. biikaash
    Member
    Posted 11 months ago #

    Hi esmi,

    Thank you for your help. can you/any one please tell me what code i have to write deleting this code

    li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

    please write down the right code if possible.

    Thanks

  4. biikaash
    Member
    Posted 11 months ago #

    any help??

  5. alchymyth
    The Sweeper
    Posted 11 months ago #

    you might need to remove the 'display: inline;' from the li style, and add two more lines;

    example:

    li{	padding:0;
    	margin:0;
    
    	list-style-type:none;
    }
    #middle ul li { margin-left:20px; list-style-type: square; }
    #middle ol li { list-style-type: decimal; }

    made specific for lists in the middle column to not interfere with the sidebars.

  6. biikaash
    Member
    Posted 11 months ago #

    hi alchymyth,

    That's really work. thank you for your kind help.

Reply

You must log in to post.

About this Topic

Tags