css - WooCommerce Storefront site-header padding

admin2025-06-06  9

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

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749171416a316962.html

最新回复(0)