Anonymous
Unregistered
Posted 1 year ago #
I´m using NextGEN Gallery 0.98 with WP2.6 and the theme is Mandigo 1.36
Images which I have included with NGG are not centered anymore. they keep staying on the left side, and even wrapping a div with align center round it wont solv the problem. and its not depending on how i write the article. in both the wysiwyg and the html, the images wont be centered.
i. dont. have. a. clue.
:-|
Anonymous
Unregistered
Posted 1 year ago #
I'm having the exact same issue. All images are put on the left side and the text is put right from the picture.
I already tried to put some CSS code into the stylesheet to improve image allignment, but it didn't solve the problem.
I'm using the Ocean Mist 1.2 Theme
percentjuice
Member
Posted 1 year ago #
am also seeing off-center images in the slideshow. have tracked down the ruthless trouble-maker.
view the JW Image Rotator using Firefox 3.0.1 on a Mac, Flash 9.0.124:
http://www.jeroenwijering.com/?item=JW_Image_Rotator
tiresias53
Member
Posted 1 year ago #
I'm having the same problem with blogtxt 4.1 and Poker Theme #3, Firefox 3.0.1, wp2.6 and NGG 0.98.
Nothing centres.
Could someone post a link - my blogs are members-only.
Anonymous
Unregistered
Posted 1 year ago #
I had the same problem but with wp 2.51, ngg 0.98 in all browsers.
Finally I found, that the theme displayed pictures inline.
Therefore I edited the nggallery.css:
.ngg-singlepic{ ...
display: block !important;
....}
Just the !important is added. Now the pictures are displayed correct.
Maybe this can also help you.
The solution may depend on the NGG stylesheet you select. I'm using Hovereffect Styles, and my class for .ngg-center incorrectly was labeled as .ngg-center img
Deleting img fixed the problem. Note that .ngg-right and .ngg-left were not .ngg-right img or .ngg-left img
tiresias53
Member
Posted 1 year ago #
Tried both ofthe above suggestions and deleting the 'img' did it for me. Many thanks!
Before it got fixed I discovered it was only a problem in Firefox 3 - displayed correctly in IE7
Yes this was changed now in the default css, because I removed the div wrapper (it's not XHTML valid)
Bryan84
Member
Posted 8 months ago #
Sorry I'm a bit lost in trying to align my photos to the center - http://www.bryanchung.sg/photo_gallery/?album=1&gallery=1
I am using Shawdow .. which is the part that I need to edit to make my photos align center of my page?
Thanks