javascript - unable to remove padding -


i'm having issue wordpress site, visual composer , raw html module. i'm new javascript , using raw html module.

i'm using raw html module call youtube video in specific way. however,

extra padding added top of row can't seem remove.

i've tried adding negative margins bottom of "boost chair" row , top of 2 columns below it, nothing seems work. space there. lays out fine if remove raw html module , use regular text or video module.

http://0cb.1d0.myftpupload.com

extra padding between rows example

here offending selector:

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner 

try putting in css:

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {padding-top: 0 !important;} 

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -