• Guys this is certainly good that you are improving.
    But changes in the design of very large.
    You have made a very different site theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vadim-v

    (@vadim-v)

    1 bug: id=”header-container”
    custom-header.php
    ‘width’ => 1180, ====correct 1100?====

    #content {
    width: 1100px;
    }
    .header {
    width: 1180px;
    }
    ===1100 or 1180?===

    #nav-container {
    width: 1100px;
    }
    ===1100!===

    Thread Starter vadim-v

    (@vadim-v)

    2 bug:
    #sidebar {
    margin: -20px 0px 30px 0px; ====correct 0px 0px 30px 0px;?====
    }

    Thread Starter vadim-v

    (@vadim-v)

    index.php

    <?php endif; ?>
    </div>
    
    <div id="sidebars" style="margin-top: -20px;">  <!-- дописал style="margin-top: -20px; почему то на странице блог сайдбар был ниже на 20px" */ -->
    
    <div id="sidebar">
    	<?php get_sidebar(); ?>
    </div>

    <!– wrote style=”margin-top: -20px; on the page “blog” in the sidebar was below 20px” */ –>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Convention 1.2.1, overly big changes’ is closed to new replies.