I use the shortcode [nggallery id=3 template=caption] so the following might change depending on your shortcode choice.
On my site the width of the gallery is set as a percentage of the content area.
.ngg-galleryoverview {
clear: both;
display: block !important;
margin-top: 10px;
overflow: hidden;
width: 100%;
}
I just tested changing it to 80% (and back to 100%) and that worked ok so that’ll probably circumvent your sidebar issue.
Thanks Mike. After a lot of tinkering around I managed to change the width of the post but that doesn’t allow the sidebar to jump up. In google developer tools i can see the post width change and the rest of the area to the right is pink. I can’t see what is controlling it but it does say ‘user agent stylesheet’`div { display:block; }. I don’t know how to access or change this. I think on Monday I’m gonna sort me out some hosting space and put this up for people to view. Thanks for the feedback. It’s appreciated.