diff --git a/blocks/golos.php b/blocks/golos.php index 811cf2d..7e913e5 100644 --- a/blocks/golos.php +++ b/blocks/golos.php @@ -2,9 +2,9 @@ -
+ diff --git a/blocks/header.php b/blocks/header.php index 4599a4f..12f35a2 100644 --- a/blocks/header.php +++ b/blocks/header.php @@ -45,7 +45,16 @@
  • + + + + diff --git a/footer.php b/footer.php index 83f2ec7..f281e12 100644 --- a/footer.php +++ b/footer.php @@ -101,17 +101,6 @@ 'mob-lite']);?> - - -
    - - - -
    - - - -
    @@ -119,6 +108,7 @@ +
    @@ -145,11 +135,6 @@
    -
    - - - -
    @@ -226,6 +211,7 @@ + +
    + +
    + + -
    - -
    + + + array( 'category__in' => array(2), 'post__not_in' => array($mainpost_id), - 'posts_per_page' => 21, + 'posts_per_page' => 22, 'meta_query' => array( array( 'key' => '_thumbnail_id', @@ -38,11 +38,9 @@ $nn = 0;?> - - - - - +
    diff --git a/style.css b/style.css index ce41c60..4326c67 100644 --- a/style.css +++ b/style.css @@ -119,7 +119,23 @@ a{ margin: auto; border: 1px solid black; text-align: center; - } + } + + #mobmainbanner{ + width: 100%; + display: none; + padding: 10px; + } + + #mobmainbanner img { + display: block; + width: 100%; + max-width: 554px; + max-height: 86px; + margin: auto; + text-align: center; + } + @@ -2283,9 +2299,13 @@ span.rub_back_title{ margin: 0; } - /** #mainbanner { + #mainbanner { display: none; - } */ + } + + #mobmainbanner{ + display: block; + } #header_icons{ margin-left: 0; @@ -2681,9 +2701,13 @@ and (max-device-width : 667px) { display: block; } - /**#mainbanner { + #mainbanner { display: none; - }*/ + } + + #mobmainbanner{ + display: block; + } .mini-card{ width: 100%; diff --git a/wp-future.php b/wp-future.php new file mode 100644 index 0000000..3de3a86 --- /dev/null +++ b/wp-future.php @@ -0,0 +1,24 @@ +