• I want to know how I can modify wp_list_pages to place a space between each page link in the sidebar. Even with a bullet for each link in the list, it still looks too jumbled for my tastes, so I want to have a blank space echoed between each page link. How can that be accomplished?

    Thanks,
    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • CSS is your friend.
    By default, pages have the class “page_item”. You can put your modifications under .page_item in your style-sheet.

    could you explain more.. how do you mean that should be acomplished?
    //Andreas

    For example, you can put in your style.css
    .page-item {margin-bottom:6px;}

    That should make a space of 6px between each link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘space between each page in wp_list_pages’ is closed to new replies.