Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #970380

    Hi there!

    It would be nice to have a small seperator-line between the tabs.

    I’ve tried this so far (also reduced tab container height with this)

    #tab_sec_product .av-section-tab-title {
    border-right: 1px solid #3e3e3e !important;
    height:25px !important;
    padding: 0px 20px 0px 20px !important;
    }
    #tab_sec_product .av-inner-tab-title {
    margin-bottom:0px !important;
    }

    But then, the last tab also gets an seperator to his right…

    I hope you can help me!

    Best Regards
    Birger Reichenau

    #970628

    Hallo Birger,

    Could you post a link to the page in question so that we can take a closer look please?

    Grüß,
    Rikard

    #970672

    Hi Rikard,

    of course :)

    You’ll find my css code in the quick css.

    Thanks!

    #970949

    Hi,

    Thanks for that. Maybe you could try to target only the second element to have a border. I’m not sure if this CSS is correct or not, but you can try it:

    #tab_sec_product .av-section-tab-title:nth-child(2) {
    border-left: 1px solid #3e3e3e !important;
    border-right: 1px solid #3e3e3e !important;
    }

    https://www.w3schools.com/cssref/sel_nth-child.asp

    Best regards,
    Rikard

    #971230

    Hi Rikard,

    thank you! Your code works fine!

    Best Regards
    Birger

    #971572

    Hi Birger,

    Great, glad it worked out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.