default li bullets not showing up

Discussion in 'Poloray WordPress Theme' started by slwhite_nmd, May 8, 2013.

  1. slwhite_nmd

    slwhite_nmd New Member

    Joined:
    May 7, 2013
    Messages:
    5
    Likes Received:
    0
    I looked at the style sheet and it dictates disc style bullets for line items, however, they do not show up that way when you view the web page. There are also no default spaces between paragraphs. Why? By default, paragraphs should have spacing above and below.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. slwhite_nmd

    slwhite_nmd New Member

    Joined:
    May 7, 2013
    Messages:
    5
    Likes Received:
    0
  4. slwhite_nmd

    slwhite_nmd New Member

    Joined:
    May 7, 2013
    Messages:
    5
    Likes Received:
    0
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    ul {
    margin-left: 20px;
    }
    h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    }
    This will solve your issue.
     
  6. slwhite_nmd

    slwhite_nmd New Member

    Joined:
    May 7, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks, but that doesn't make the bullets appear. That just gives them a margin. I guess I will have to put the style inline because the template is not working. Bullets showed up on one page but not the ones I listed above.
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page