jhuanguk
Member
Posted 4 years ago #
The Nextgen-gallery plugin was successfully installed but the gallery breaks below the left sidebar. This means that you have to scroll to the bottom of the page before you see the gallery.
Please check this link:
(Firefox 2 and IE 7)
I think the problem may have to do with the CSS that was used for the drop-down menus, or the theme itself.
Thanks for any help you can give.
jhuanguk
Member
Posted 4 years ago #
opps, forgot to close the link tag:
http://www.jameshuang.co.uk/photos/
WhisperT
Member
Posted 4 years ago #
clear:both;
In both your CSS classes .ngg-galleryoverview and .nggclear
That is whats causing the gallery and your comments box to drop down like that. Hope that helps a little.
jhuanguk
Member
Posted 4 years ago #
I changed "clear:both" to "clear:none" and the problem was solved.
Thanks a lot!