Okay
  Public Ticket #3034230
Space between text block and video
Closed

Comments

  •  3
    Kevin started the conversation

    Hey, can u help me with this spacing between text block and video. On computer it looks fine (it has to bo without space between), but on phone there is a space and i dont know how to remove it. Thanx


    Kevin

  •  8,463
    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):

    @media only screen and (max-width: 690px) {
        .wpb_column:not([class*=vc_col-xs]) {
            margin-bottom: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Kevin replied

    Thanx it works for now:)