Okay
  Public Ticket #2958013
Padding
Closed

Comments

  •  8
    lukaskrumme started the conversation


    Can I reduce the padding?

  •  2,958
    Andrew replied

    Hello again,

    Use the following CSS.

    .page-id-6482 .vc_row-fluid > .span_12 .wpb_column {
        padding: 0;
    }
    

    Regards

  •  8
    lukaskrumme replied

    thank you very much

    But it should be a little padding. 0,2 padding I think :D

  •  8
    lukaskrumme replied

    But it should be a little padding. 0,2 padding I think :)

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .page-id-6482 .vc_row-fluid > .span_12 .wpb_column {
        padding: 2px;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    lukaskrumme replied

    Thanks a lot bro! One more question - left and right is perfect but the padding below and above the box is like before. 

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .wpb_wrapper >div {
        margin-bottom: 4px;
    }

    Thanks.