Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23651

    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…

    http://mcalpin.net/tabs.jpg

    Thanks!

    #120643

    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

    #120644

    Perfect! Thanks Ismael

    #120645

    Hey,

    Glad we could help.

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘can't get a 1 pt rule on the left of the sidebar container…’ is closed to new replies.