Home Forums Jevelin Theme Inserting simple call-out box Reply To: Inserting simple call-out box

Home Forums Jevelin Theme Inserting simple call-out box Reply To: Inserting simple call-out box

You can remove that white space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

section.sh-section-1f5e00761c4d0ee2a2656dc096b9f185 {
    padding: 10px 0px 100px 0px;
}

section.sh-section-1f5e00761c4d0ee2a2656dc096b9f185 #divider-fc7c80ac54c127fc3b25fc85003671f0 {
    margin: 0 0px 30px 0px!important;
}