Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 减少商业店面主题页脚高度_Css_Wordpress_Woocommerce_Height_Storefront - Fatal编程技术网

Css 减少商业店面主题页脚高度

Css 减少商业店面主题页脚高度,css,wordpress,woocommerce,height,storefront,Css,Wordpress,Woocommerce,Height,Storefront,我真的很难改变我的页脚高度。实际的页脚是大和高的方式。我需要尽量减少它。我试图搜索style.css文件,但找不到,我不确定代码是否属于该文件,请 尝试以下可调整值的方法(添加到活动主题的styles.css文件中): 。站点页脚{ 填充:0.5em 0.7em!重要; } .网站信息{ 填充:0.5em 0!重要; } 它应该安静地减少页脚高度减少页脚容器和其他一些子容器的填充顶部和填充底部 前后: 谢谢你!!!style.css是在店面主题中还是在子店面主题中@LoicTheAztec不太

我真的很难改变我的页脚高度。实际的页脚是大和高的方式。我需要尽量减少它。我试图搜索style.css文件,但找不到,我不确定代码是否属于该文件,请

尝试以下可调整值的方法(添加到活动主题的styles.css文件中):

。站点页脚{
填充:0.5em 0.7em!重要;
}
.网站信息{
填充:0.5em 0!重要;
}
它应该安静地减少页脚高度减少页脚容器和其他一些子容器的填充顶部和填充底部

前后:


谢谢你!!!style.css是在店面主题中还是在子店面主题中@LoicTheAztec不太确定该文件在哪里,如果您正在使用该文件,则不确定该子文件在哪里