/*
Theme Name: lyfhs
Theme URI: https://www.lyfhs.com
Author: Your Name
Author URI: https://www.lyfhs.com
Description: A WordPress theme converted from a static template.
Version: 1.0
*/

/* 针对导航按钮的位置修复，根据你的实际布局调整 */
header .wrap .nav_1 .drawer .drawer-toggle {
    position: relative !important; /* 覆盖冲突的定位 */
    top: 0 !important; /* 覆盖冲突的top值 */
    right: 0 !important; /* 覆盖冲突的right值 */
    z-index: 9999 !important; /* 确保在最上层 */
    /* 其他原模板中的样式（从开发者工具中复制原模板的正确样式） */
}