diff --git a/assets/stylesheets/template/RWD.scss b/assets/stylesheets/template/RWD.scss index 2317ee8..8dba239 100644 --- a/assets/stylesheets/template/RWD.scss +++ b/assets/stylesheets/template/RWD.scss @@ -21,7 +21,13 @@ position: relative!important; } } -@media(max-width: 769px){ +@media(max-width: 820px){ + .col-sm-6{ + width: 100%!important; + } +} +@media(max-width: 768px){ + .ad-banner-widget-6{ .w-ba-banner__wrap { position: absolute!important; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 7572287..9a9bc39 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -165,10 +165,10 @@ // height: 100px; } @media(max-width: $screen-xs){ - height: 55px !important; + width: 83%; } - @media(max-width: 820px)and(min-width:$screen-xs ){ - height: 55px!important; + @media(max-width: 768px)and(min-width:$screen-xs ){ + width: 93%; } } } diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 062ec86..a01f7db 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -88,7 +88,7 @@ } - @media(max-width:768px){ + @media(max-width:480px){ -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); background-color: #ffffffbd;