p:first-of-type:first-letter {'; $air_conditioning_services_custom_style .= 'font-size: 16px; float: none; line-height: unset; padding: 0;'; $air_conditioning_services_custom_style .= '}'; } // ------------------Sticky-Sidebar-----// if (false === get_option('air_conditioning_services_sticky_sidebar')) { add_option('air_conditioning_services_sticky_sidebar', 'off'); } if ( get_option('air_conditioning_services_sticky_sidebar', 0 ) == 1 ) { $air_conditioning_services_custom_style .= '.sidebar{'; $air_conditioning_services_custom_style .= 'position: sticky;'; $air_conditioning_services_custom_style .= 'top: 15%;'; $air_conditioning_services_custom_style .= '}'; }