Bullet points not working as expected

Discussion in 'ColorWay WordPress Theme' started by bizzyboy, Jun 12, 2013.

Thread Status:
Not open for further replies.
  1. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    On my site I have the Front Page setting to off so the home page is showing blog posts.

    And on the 2 existing posts I am using Bullet Points and although I can see the Bullets when I view the Post within Visual mode on Wordpress, they do not appear within each post when I view the 'live' site here: loftconversionadvisor.co.uk

    However, what is even more confusing is that when I go to the 'individual' blog post URL the Bullet Points appear. See example URL link below and you will see the Bullet Points:
    loftconversionadvisor.co.uk/loft-conversion-cost-for-a-professional-job/

    I'm assuming it's some kind of CSS issue so can you please help/advise.

    Thanks - Paul
     
  2. 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:
    .content-wrap .blog ul.blog_post li ul li {
    margin-left: 30px;
    }
    This will solve your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Thanks but I cannot get that code to help clear the problem. I have cleared my Cache several times and did refresh but to no avail.

    Any other ideas?
     
  4. 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:
    .content-wrap .blog ul.blog_post li ul li {
    margin-left: 30px ! important;
    }
    instead of the code given in the privous reply.
    This will solve your issue.
     
  5. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, that worked perfectly.

    Thank you.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page