Okay
  Public Ticket #1292522
VC column padding BUG
Closed

Comments

  •  2
    thibaud_be started the conversation

    I believe there's a bug in the VC column padding when choosing:
    Column padding: none
    Column Padding Position: All sides

    in responsive.css?ver=8.0.1:785 , this definition still quicks in:

    @media only screen and (max-width: 1000px) and (min-width: 690px) {
    .one-fourths.span_3,
    .one-fourths.vc_span3,
    .one-fourths.vc_col-sm-3 {
            padding: 15px;
        }
    }

    there may be other occurrence of this problem elsewhere

    if this is not a bug, but is by design, the problem is that this leads to content within these not 100% width columns  being unaligned  with content that occupy the full width

    the workaround being to having to select a Column Padding Position that does not affect left or right

  •  8,470
    Tahir replied

    Hey Again,

    Thanks for the Detailed Info . Unfortunately i cant confirm at the moment if its a bug or not . Have noted to have the Developer look into this for upcoming updates. 

    Be.st


    ThemeNectar Support Team