I’m having the same problem, any advise would be great!
Just fixed this with help from the Member site. I removed width:px; from #sgpro_image img. Now it is centering nicely. I guess it is something the author is working on…
From:
#sgpro_image img { position:relative; margin-left:auto; margin-right:auto; display:block; width:px; border:none; height:auto; padding: 0 !important;}
To:
#sgpro_image img { position:relative; margin-left:auto; margin-right:auto; display:block; border:none; height:auto; padding: 0 !important;}
Plugin Author
cpres
(@cpres)
Try resetting your configuratin too, there should be a variable for width being passed to the stylesheet. But if deleting out width works just the same, then very good!