How to Create Post Page Moving from Left to Right

On Tuesday, October 18, 2011 0 comments
Maybe before you ever see a blog, which if you are on the blog homepage. post positions are on the left sidebar. Then after you choose a post, the sidebar itself will be on the left and post it on the right.

Are you interested to try it ?

Steps should be done :

1. Login to Blogger
2. Go directly to the Design
3. Click on Edit HTML
4. Check it says "Expand Widget Templates"
Find the following code:
]]></b:skin>

5. Place the following code after the code above:
<style type='text/css'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
#main-wrapper{float:right;}
#sidebar-wrapper{float:left;}
</b:if>
</style>

6. Save and see the results.

How, easy right! Maybe it was how to make How to Create Post Page Moving from Left to Right. And usefull for you.

Best Regards

More Article:

0 comments:

Post a Comment