Lists not appearing properly

Discussion in 'Poloray WordPress Theme' started by stevehale, Feb 12, 2015.

  1. stevehale

    stevehale New Member

    Joined:
    Aug 2, 2014
    Messages:
    10
    Likes Received:
    0
    I have purchased the Poloray theme and on pages I want to sometime make lists.

    I am using the HTML editor and even though a list appears correctly in the editor it does not appear correctly on the site page. And example is here:-

    http://datasystemsmanagement.co.uk/examples/?page_id=10

    The words one, two, three should appear on this page as a list. Like this:-

    • One
    • Two
    • Three
    But they do not.

    When I look at the HTML is shows:-

    <ul>
    <li>One</li>
    <li>Two</li>
    <li>Three</li>
    </ul>

    So it should work OK.

    Can anyone help?

    Cheers

    Steve B
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Steve ,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar ul {
      margin-left: 25px;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page