i installed the gallery, it looks fine one the front page but when i click into single post i pushed my sidebar below. I tried the solution 8 on delete all the clear:both and it still doesn't work
anyone know how i can fix that? Here's the test page i got
Thanks
Seems to be a css issue, have you the same effect with the default theme ?
i tried on WordPress Classic theme it looks ok, but i dun think they got blocks like the one i chose....does that mean the gallery not supporting two blocks?
Thanks
bee dudler
Member
Posted 3 years ago #
Hi,
you could try the following, first put a copy of nggallery.css inside (to keep changes if updating ngg)your themes folder and then edit the width of the following for example to an amount of px which fits your theme.
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear:both;
display:block !important;
}
best regards
bee