admin管理员组

文章数量:1130349

Can someone please point me what folder/file location of where this precise bit of padding-top definition comes from other than style.css? I can't seem to find any sass/scss files in any of the storefront folders. padding-top property value appears to be calculated value IMO.

@media (min-width:768px){

    .site-header{
        padding-top:2.617924em;

Can someone please point me what folder/file location of where this precise bit of padding-top definition comes from other than style.css? I can't seem to find any sass/scss files in any of the storefront folders. padding-top property value appears to be calculated value IMO.

@media (min-width:768px){

    .site-header{
        padding-top:2.617924em;
Share Improve this question asked Nov 13, 2018 at 17:44 kruddockkruddock 455 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

.site-header for storefront is in minified styles.css

Can someone please point me what folder/file location of where this precise bit of padding-top definition comes from other than style.css? I can't seem to find any sass/scss files in any of the storefront folders. padding-top property value appears to be calculated value IMO.

@media (min-width:768px){

    .site-header{
        padding-top:2.617924em;

Can someone please point me what folder/file location of where this precise bit of padding-top definition comes from other than style.css? I can't seem to find any sass/scss files in any of the storefront folders. padding-top property value appears to be calculated value IMO.

@media (min-width:768px){

    .site-header{
        padding-top:2.617924em;
Share Improve this question asked Nov 13, 2018 at 17:44 kruddockkruddock 455 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

.site-header for storefront is in minified styles.css

本文标签: cssWooCommerce Storefront siteheader padding