Okay
  Public Ticket #310662
Vertical buffering..? Site login provided below
Closed

Comments

  •   Ja started the conversation
  •  8,441
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .page-id-350 .wpb_wrapper > div {
        margin-bottom: 0px !important;
    }
    
    
    .page-id-350 .row .col img {
        margin-bottom: 0px;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Ja replied

    gotcha! yes works, awesome. How do I target a widget? Im copy/pasting this into a widget "text" box. 

    I deleted the .page-id-350 and it works to target the widget, but I don't want to screw up any other parts of the theme since its just targeting all .row.. ya know?

    Thanks for you help!

  •  8,441
    Tahir replied

    Hey!

    Simply right click and inspect element on the widget div to find the widget class and add those. Please see url : www.woothemes.com/videos/how-to-use-firebug-to-mod...  . 

    Thanks 


    ThemeNectar Support Team 

  • Ja replied

    Oh wow, you just blew my mind.

    THANK YOU.