Width on my coda slider messed up?

No idea how this happened. But something happened on our server where it changed around some of my code, and i spent 2 hours trying to fix this

http://vismarkgroup.com/dev/vision/portfolio.php

notice the width of the panels is wider than the “frame”

Any idea what I am doing wrong here?

Hi,

padding adds to the width of an element - so this rule is make these element 50px too large.


.coda-slider .panel-wrapper {
  padding:25px;
}

The easiest fix is probably to add another element within this wrapper with the padding on it.

Thanks Mark,

Its just odd because I didn’t touch the code at all and it worked before the server screwed up…

I will toy around with a new element on the inside