Viewing 4 replies - 1 through 4 (of 4 total)
  • Go into the plugin code and create a div wrapper. There isn’t one :/
    Center the div wrapper and then leave the images themselves float left. It looks a lot better, especially if you have 2-3 columns.

    Thread Starter bellportweb

    (@bellportweb)

    Eric,

    You’re the man. You think this code would work?

    #wrapper {
    width: …
    margin: 0 auto;
    }

    width 100%;

    that should do it. If you make it #wrapper, make sure that doesn’t conflict with any other plugin or theme. Best bet is to call it .is-wrapper

    Thread Starter bellportweb

    (@bellportweb)

    I added this to the custom CSS:

    #.is-wrapper {
    width: 100%;
    margin: 0 auto;
    }

    It didn’t seem to work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Off Centered Images?’ is closed to new replies.