kilianvanderzwaag
Member
Posted 7 months ago #
Hi,
In the old version of NGG i modyfied the NG Widget my self.
So the picture would be in the center of the widget..
Example: http://www.kilianvanderzwaag.nl
but now with the new version of NGG i tried the same but it only centers the Widget name above the picture..
Example: kilianvanderzwaag.nl
Maybe you can build in an center align check box or something in the widget?
Kilian.
http://wordpress.org/extend/plugins/nextgen-gallery/
Please contact the Plugin author for details as that should be an option in the Plugin.
align="center" is deprecated and the CSS aligncenter is used by most WordPress Themes and Plugins.
kilianvanderzwaag
Member
Posted 7 months ago #
ooh oke..
anyway i resolved the problem..
in nextgen-gallery/css/nggallery.css
you can change by <--sidebar widget-->, "text-align:left;" to "text-align:center;"..
that will fix it all.. Thanks!
Kilian.