/*
Theme Name: Handmade Craft Child
Template: handmade-craft
Author: Your Name
Description: Child theme for Handmade Craft
Version: 1.0
License: GNU General Public License v2 or later
*/

/* 自定义样式可以写在这里，比如你之前要的： */

/* 固定顶部菜单 */
.site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
body {
    padding-top: 5px; /* 防止内容被挡住，可根据实际高度调整 */
}

/* 压缩页眉高度 */
.header-inner {
    padding: 10px 0 !important;
}
