Okay
  Public Ticket #1480337
border overhang
Closed

Comments

  •  1
    guruscotty started the conversation

    Putting a border on a column results in a slight overhang on the right-hand side of the column. If you look at the gray-bordered boxes at the top of this page, there's a 1-pixel overhang on the right side of the boxes where it says "Time, Buyer, Vendor, etc. Screenshot attached with circled problem.

  •  8,468
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wpb_column >.border-wrap >span.border-right, .wpb_column[data-border-style*="double"] >.border-wrap >span.border-right:after {
        right: -1px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    guruscotty replied

    Thanks — that fixed it.