diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css index 1c300b3ba..3d4e0da0a 100644 --- a/layouts/xedition/css/layout.css +++ b/layouts/xedition/css/layout.css @@ -38,7 +38,6 @@ a:hover,a:active,a:focus{text-decoration:none} /* Fixed Header */ /*.container.fixed_header{padding-top:80px}*/ -.fixed_header .header_wrap{position:absolute;top:0;left:0;width:100%;z-index:1000} .fixed_header .header_wrap.shrink{position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #e1e1e1;background-color:#fff;-webkit-animation:ani-header 0.5s forwards;animation:ani-header 0.5s forwards} .fixed_header .header_wrap.shrink .header>h1{padding:0} .fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px} diff --git a/layouts/xedition/layout.html b/layouts/xedition/layout.html index 5d4b5772e..38eca2957 100644 --- a/layouts/xedition/layout.html +++ b/layouts/xedition/layout.html @@ -33,6 +33,13 @@ {@ $_sample_slide = true} {@ $_sample_footer = true} + + + {@ $layout_info->layout_type = 'sub'} + {@ $layout_info->menu_type_sub = 'onepage_parallax'} + {@ $layout_info->content_fixed_width = 'N'} + + {@ $layout_info->content_fixed_width = (!$_is_indexmodule) ? 'Y' : 'N';}