hilwood
Forum Replies Created
-
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;}I’m having the same problem, any advise would be great!
Forum: Fixing WordPress
In reply to: Images shrinking in FireFoxSolved! Just had to reset the Zoom feature in Firefox. Annoying, but not anything to do with WordPress….
Forum: Fixing WordPress
In reply to: Images shrinking in FireFoxLooks ok in other browsers….
Forum: Fixing WordPress
In reply to: Unattached Images Showing up in SlideshowI’m having the same problem, which is an issue because my clients do not want to use the default permalink structure. Anyone know how to deal with this? My slide show starting picking up banner graphics and other random images not attached to the page…
Thank you!