Okay
  Public Ticket #2037778
Getting rid of vertical white line left of Nectar Slider
Closed

Comments

  •  5
    Jorge started the conversation

    Hello,

    I'm having trouble getting rid of a white vertical line that appears to the left of the Nectar Slider. The Nectar slider was working fine until I updated to the new theme v10.5. I've cleared the cache in all of my browsers and within WP, still nothing works. I appreciate your help. 


  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .vc_col-sm-12.wpb_column.column_container.vc_column_container.col.no-extra-padding {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Jorge replied

    Thank you Tahir, the code worked! 

    Cheers.