I’m having the same issue that maxi032 described. It’s not a matter of how many files can be uploaded, but rather the ability to remove them from the pods item afterward.
Using pods, I created a custom post type called “artists” and one of the fields uploads an image for a sample image of each artist’s work. If I edit an artist’s entry after creating it I can add a new image but it won’t remove/replace the previous one. Suggestions?
That 1 pixel border isn’t in the code, it’s in the image itself. Open it up in Photoshop or whatever image editor you’re using and take a closer look.
Just delete this code out of the sidebar.php file and re-upload it:
<h3>Archives</h3>
<?php wp_get_archives('type=monthly'); ?>
Which template are you using? You can probably edit the code in a “sidebar.php” file.