This method of using a base sprite + animation sprite is specifically intended to prevent issues like this. Your base sprite should handle all movements and collisions, you should remove all behaviors (like Solid, Platform, Pathfinding etc.) from the animation sprite.
And yes, the base sprite should be approximately the same size as the animation sprite, maybe a bit smaller/narrower.