Quick update,
The a tag of the image was mistakenly set to
display: inline-block;
and was throwing off alignment. Removing it allowed me to center position the image.
Tyler
Thanks Michael,
I have previously tried adding the recommended set of CSS for image alignments; I already have the img targeted with specific attributes. It doesn’t seem like it is picking up any bad inheritance.
Tyler
Also, I wanted to add that along with this, the admin panel does not show up on front-end when logged in anymore.