HARDIK PATEL HOW TO SHIFT BLOGGER SIDEBAR FROM LEFT TO RIGHT AND RIGHT TO LEFT ~ BLOGGER TIPS

Thursday, April 24, 2014

HOW TO SHIFT BLOGGER SIDEBAR FROM LEFT TO RIGHT AND RIGHT TO LEFT




HOW TO SHIFT BLOGGER SIDEBAR FROM LEFT TO    RIGHT AND RIGHT TO LEFT



                          

STEP 1
Go To Blogger Dashboard


STEP 2
 Then Template
Click on Edit HTML




Now search code below code. Don't search exact these codes because these below code are example and code may appear like below codes.
#main-wrapper
{
float: left;
width: 600px;
     }


If your find any code which look like above code Replace the
 float: left; with float: right; this code shift content portion from left to right
    
#sidebar-wrapper
{
float: right;
width: 300px;
     }


If your find any code which look like above code Replace the
 float: right; with float: left; this code shift Sidebar portion from Right To Left.
STEP 3
SAVE TEMPLATE
Steps Of Moving Sidebar From Left to Right

In this condition, Follow all Steps exactly same as in the above method simple replace float position for both content are and sidebar.

For Content Portion Replace
 float: right; with float: left;

For Sidebar Portion Replace 
 float: left; with float: right;

                                    I hope you like this tutorial.


Previous Page Next Page Home