• Hi,

    I have installed the NextGen gallery widget plugin.
    On the left of each page there is text, on the right are images that are changing constantly.

    This all works fine, but the margin between the text in the column (left) and the sidebar/widget on the right is 0.
    I would like to have some distance between them.
    Anyone who can help?

    My blog is sofie.hostei.com

Viewing 1 replies (of 1 total)
  • In admin panel go to Gallery>Style and edit nggallery.css under
    ‘/* ———– Slideshow ————-*/’
    And create/add the style:

    .slideshow-widget {
         margin-right: 5px;
    }

    (Where 5 is the number of pixels offset from the right)

    Then save and see if that does it. If not, play with the CSS here to see if it can be manipulated to shove the images right. (Keep a copy of the original text/file prior to editing)

    Then, if not, find out where the style being called (as revealed in the source code of the page) “slideshow-widget” is existing within your CSS files.

Viewing 1 replies (of 1 total)

The topic ‘margin between column and sidebar/widget’ is closed to new replies.