Since the left margin if the tabs content area has a shadow, but no rule… but the right side of the tabs do… the left side of the container looks inconsistent where there are no tabs. I can;t seem to add a 1 pt border on the left side of the content area to companesate. Can you help?
Illustration…
Thanks!
Hi,
Add this on your custom.css or Quick CSS.
.noborder_tabs.sidebar_tab_left .tab_content {
border-left: 1px solid #E1E1E1;
left: -1px;
}
Cheers,
Ismael
Perfect! Thanks Ismael