• Resolved flatrock

    (@flatrock)


    Can’t seem to figure out how to reduce the line break between images when in the side bar. I have a set of four icons, all the same size, sized so they will stack/reflow two over two in a sidebar widget. They stack as I wanted, but I’m getting an unwanted space between the two rows. Any advice on reducing the padding which seems to appear on the top of each image? Is this a theme issue or general WordPress issue?

    http://marbleheadhistory.org/Mhead1629/

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This class is ur problem
    .alignnone {
    clear: both;
    margin: 1.5rem auto;
    }

    you can override it by putting this in ur own style.css

    .alignnone {
    margin: 0 auto !important;
    }

    let me know if this does the trick
    thanks,
    karn

    Thread Starter flatrock

    (@flatrock)

    Seriously cool, thanks!

    Is that tied to all images, or just the Sidebar class?

    Either way, it did the trick!
    Thanks karn

    from what I can see that img tag has that class for just the sidebar images but if you see anything off you know where it’s from 😛

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Padding in sidebar widgets using images’ is closed to new replies.