Tagged: border
Hi. I’m trying to delete/hide the border on the left side of the main content block. I’ve perused the forums and combed the css and amended almost all border calls to display:none but nothing works. Any clue?
.container_wrap.container_wrap_first {
border: none;
}
Thanks.