Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30719
    James
    Member

    Hi there,

    I am developing a website which can be viewed at atcma.org

    My question is how can I either increase the spacing between the blog titles/links displayed in the footer widget area, or add a bullet next to each Blog link.

    Right now, it just looks like one large paragraph, and is a tad confusing.

    Thank you in advance,
    James.

    #30728
    Sakin
    Keymaster

    @James: You can add the following css in “Appearance => Theme Options => Custom CSS” box to add bullets in your list items in footer widgets.

    #supplementary .widget ul {
        list-style: disc outside;
        margin-left: 15px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog Widget Footer Spacing’ is closed to new replies.