I removed the sub-header (?) from the them, and I would like to now remove the space between the menu and the slider. See what I'm talking about at http://2-xl.net/. Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper { margin-top: -30px; }
Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .slider-info { border-top: none; } This will solve your problem. Thanks.