Problem with Icon Stack in boxed mode

I’m having a slick issue with boxed mode under the icon stack. Both the header and footer have a small 1px border on both he left and right sides. I cannot figure out how to get rid of it. Everything seems to be working well, except the BARs do not extend from edge to edge of the underlying box.

See header and footer here: http://www.mtnadventure.com

Any help would be appreciated. I can’t figure out what setting or CSS style needs to be adjusted.
Thanks

Hello Fraser,

Thanks for writing in! The 1-pixel border is actually coming from the stack style.css. The built-in CSS is this:

.x-boxed-layout-active .site, .x-boxed-layout-active .x-site {
    border: 1px solid rgba(0,0,0,.075);
}

You can modify this CSS by setting the border property to none and then add the resulting custom CSS in Pro > Theme Options > CSS.

Best Regards.

Thank you! This worked perfectly.

You are welcome @Fraser82

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.