Viewing 6 replies - 1 through 6 (of 6 total)
  • add this to “use custom css”:

    .gallery img {
    border: none;
    }

    Thread Starter ipbroad

    (@ipbroad)

    thanks for the reply, sadly did not work, any other ideas?

    Instead of doing border: none on the .gallery img
    use
    border-left:1px solid black;

    I put it in the style.css within the template files.
    Hope this helps!

    try this:

    #content .gallery img {
    border: none!important;
    }

    maybe its in your theme.,.

    try to change in the style.css in your website theme

    .gallery img{
    }

    it works on me.,.

    Thread Starter ipbroad

    (@ipbroad)

    Thanks everyone for there help!!! I’ve fixed it just (sort of) by changing the whole style within the standard settings of the plugin. Not quite what I wanted to do but…. I think the problem is within Theme compatibility as suggested by nightshadow.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White line to left of images’ is closed to new replies.