Wordpress plugins
Remove White Space

Remove White Space

Version : 1.0
Tested up to : 3.4.2
Number of download : 1815
Author : Ben Huson
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Remove White Space
Remove White Space
Remove White Space
Remove White Space

This function removes whitespace from the list items outputted by wp_list_pages and wp_list_categories. This white space can cause layout issues in IE6 and some other browsers such as gaps between each list item even when there is no margin or padding applied. Simply call wp_list_pages or wp_list_categories as usual: <?php wp_list_pages(); ?> To ensure there is no trailing white space around the first and last items, you should remove any white space between you <ul> tags and the PHP function: <ul><?php wp_list_pages(); ?></ul>

Download now