Right border has disappeared

URL: http://goo.gl/m4usv

I have this happen a lot and I can’t seem to figure out why. The content area on this page should have a 1px border that goes all the way around on all 4 sides, but for some reason, the border on the right isn’t showing. I’ve tried resizing the container and moving it over, but it doesn’t help. Can you tell me why it’s happening?

This property is turning OFF the right border. Delete this property entirely.


Line 525

.sidebar-content #content {
    [COLOR="#FF0000"]border-right: medium none;[/COLOR] 
    float: right;
    padding: 25px 0 30px 39px;
}

Oh my gosh. Thanks so much. I guess I just needed a fresh pair of eyes looking at this. :slight_smile: Thanks again!

You’re very welcome. Thanks for the feedback.