Hi there,
I’m desperately trying to find where this css is being pulled from and placed in the <?php wp_head(); ?>
It happens right befor the custom css is added for reference and starts like this:
<style type="text/css">
@media only screen and (min-width: 1260px) {
.layout-boxed #container, .boxed-inner-page #main-container, .single-product.page-heading-fancy .product-main, .layout-boxed #sf-newsletter-bar > .container {
width: 1260px;
}
.container {
width: 1230px;
}
li.menu-item.sf-mega-menu > ul.sub-menu {
width: 1200px;
}
#header .is-sticky .sticky-header, #header-section.header-5 #header {
max-width: 1200px!important;
}
.boxed-layout #header-section.header-3 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-4 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-5 #header .is-sticky .sticky-header {
max-width: 1200px;
Any direction on where to edit this or change it to an external .css file would be appreciated!