Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Problem bullet (and numbered) list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4946
    [email protected]
    Participant

    Hi, in this theme bullets are shown outside the left margin, not a pretty sight. Can this be solved by custom css code? Preferably the bullets would be square, but round is ok also.

    See screenshot here -> http://users.telenet.be/hurricane10/problem-bulletlist.jpg

    #4956
    Grace Themes
    Member

    Hi

    Please send your website URL so we can check and assist you.

    Regards
    Grace Themes

    #6595
    [email protected]
    Participant

    Solved! ->

    ul {
    list-style: square outside none;
    margin-left: 0;
    padding-left: 1em;
    }
    li {
    padding-left: 0em;
    }

    Code also takes care of the ‘hanging indent’, now lining up perfectly.

    #6599
    Grace Themes
    Member

    That’s Great..!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.