diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 9aa4190..6b20282 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2071,4 +2071,12 @@ a[title*="pawoo.net"]::after{ left: -576px; width: calc( 100% + 288px + 288px ); -} \ No newline at end of file +} + +@media screen and (min-width: 993px) { + .region_3-on{ + + left: -288px; + width: calc( 100% + 288px + 288px ); + } + } \ No newline at end of file