Moving the sidebar from right to left

  • Posted in : Read WP
  • 9DesignStreet
    Participant

    Hey fellas how can I move the sidebar on the site from the right side to the left side of the site?

    Mehmet S.
    Keymaster

    – Go to Appearance > Editor > blog-sidebar.php,

    – Find and cut sidebar codes:

    <!-- #secondary -->
    <?php
    	get_sidebar();
    ?>
    <!-- end #secondary -->
    

    – Paste them after header codes,

    – Finally:

    <?php
    	get_header();
    ?>
    
    <!-- #secondary -->
    <?php
    	get_sidebar();
    ?>
    <!-- end #secondary -->
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register