Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #641401

    Hi Kriesi
    On my single product view page the borders of my product information tabs do not show.

    Adding:
    border-bottom:1px solid;
    does not make it look too great either.

    Is there a better way for my tabs to display, maybe make them a bit smaller so all of them are next to each other?
    or just adding a border in a way that looks neat.
    border not displaying on single product view information tabs

    Thanks a mill

    #642028

    Hey indieweb,

    you can use this code inside Quick CSS field:

    .additional_information_tab {
    border-bottom: 1px slid #8d8d8d;
    left: -16px;
    position: relative;
    }
    .reviews_tab a {
    border-top: none !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #642044

    Hi Andy

    Thank you for pointing me in the right direction.

    Will adjust as needed.

    Excellent support as always :)

    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border Cut Off In Single Product View Tabs’ is closed to new replies.