Position an icon on the right in the middle of a list item
- by Andy
I have the following code which prints an img if the current page is selected. The issue i have is if the list item is a varied height i cant position it in the middle of the list item on the far right...
<li><?php echo $child->link($child->title); ?><?php echo (url_start_with($child->url) ? '<img…