Salient
/*remover "fixed menu"*/
#header-outer {
position: absolute!important;
top: 0px!important;
}
@media only screen and (min-width : 1px) and (max-width : 1000px) {
body #header-outer { position: relative!important; }
}//CHILD THEME
//Shortcode Processing
if (!function_exists('nectar_shortcode_processing')) {
function nectar_shortcode_processing(){
require_once ( 'nectar/tinymce/shortcode-processing.php' );
}
}
nectar_shortcode_processing();
//remove functions
function remove_theme_features() {
remove_action('init','slider_register');
}
add_action('after_setup_theme','remove_theme_features');@media only screen and (min-width:1px) and (max-width:1000px) {
/*tamanho responsive logo*/
body header#top #logo img {
height: 100px !important;
}
#header-outer {
height: 130px !important;
}
}
@media only screen and (max-width: 690px) and (min-width: 480px) {
/*ajuste container*/
body .container {max-width:100% !important;padding: 0 45px !important;}
}
@media only screen and (min-width:1000px) {
/*ajuste container*/
.container {padding: 0 45px;}
}