Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1431072
REMOVE PADDING
Closed

Comments

  • andrewsusanto started the conversation

    how to remove vc_tta_panel_body padding in pageable container ?

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }