April 25, 2025
 
Advertisement

Latest News

  1. jQuery Content Scroller
  2. Banner Rotator jQuery
  3. Unleash Accordion Slider
  4. Parallax Slider
  5. Galleria
  6. Showbiz Pro Teaser
  1. Banner Rotator jQuery
  2. Unleash Accordion Slider
  3. Parallax Slider
  4. Galleria
  5. Showbiz Pro Teaser
  6. KenBurner Slider jQuery

ELECTRIC GUITAR

    "How Blogs we immediately famous and swamped" 1. Start by setting Permalinks This is the earliest s...

Published by Admin

TOP LINE

Free Keyword Research Tools 1. Google Adwords Keyword Research Tool Google adwords external keyword tool is the best t...

Published by Admin

LATEST

Blog is short for web log is a web application that resembles the form of writings (published as a post) on a public web pag...

Published by Admin

TUTORIALS

HIGHLIGHT

Demo Download DZS Content Scroller is a solid, ad [...]

Published by Admin
06 Aug 2013 0 comments

Demo Download  UPDATE COMPLETE, VERSION V 3.0 IS AVAIL [...]

Published by Admin
06 Aug 2013 1 comments

Demo Download ChangeLog: Version [1.1] The Slider is Now responsive [...]

Published by Admin
06 Aug 2013 0 comments

PERFORMANCE

Cara Membuat Recent Comment di Blog : Masuk blogger > Design/Rancangan [...]

Published by Admin
18 Sep 2012 1 comments

Ada pilihan untuk memasukan username, warna background, dan jumlah follower. [...]

Published by Admin
18 Sep 2012 0 comments

Tutorialnya mudah, ikuti langkah-langkah dibawah ini : Cara Pertama : [...]

Published by Admin
14 Sep 2012 0 comments

3 column blog, how your way of making !

By Unknown - Thursday, May 23, 2013


For those of you who are a blogger, now I will give you tutorial on how to create a 3 column layout on the blog. You must have seen a lot of blogs that have a 3 column design. If you want to create a template you like it please consider the following simple tutorial.


 



How to Make a Blog Become Three Column Sidebar
1. Go to Template> Edit HTML2. Search for:

    
# Sidebar-wrapper {
    
width: 220px;
    
float: $ endSide;
    
word-wrap: break-word; / * fix for long text breaking sidebar float in IE * /
    
overflow: hidden; / * fix for long non-text content breaking IE sidebar
    
float * /
    
}
and replace the float to be:

    
float: right;
3. Under it add:

    
# Left-sidebar-wrap {
    
width: 220px;
    
float: left;
    
word-wrap: break-word;
    
overflow: hidden;
    
}
"Float: left" will make you are new left sidebar. Thus you will have a sidebar on the left of your blog template.

4. Find and change the width of the outer-wrapper to 900px or more to avoid overlap with the main sidebar-wrapper.

    
# Outer-wrapper {
    
width: 660px;
    
margin: 0 auto;
    
padding: 10px;
    
text-align: $ startSide;
    
font: $ bodyfont;
    
}

 
5. Search # main-wrapper and replace with:

    
# Main-wrapper {
    
width: 410px;
    
float: left;
    
margin: 0 20px;
    
word-wrap: break-word; / * fix for long text breaking sidebar float in IE * /
    
overflow: hidden; / * fix for long non-text content breaking IE sidebar float * /
    
}
Here's the margin to the left and to the right 20px added to avoid overlap with the main sidebar wrapper. You can change it according to overcome the problem of overlap on the sidebar. 
6. Put the following code:

    
<div id='main-wrapper'>
Just before this code:

    
<div id='left-sidebar-wrap'>
    
<b:section class='sidebar' id='left-sidebar' preferred='yes'/>
    
</ Div>
7. Save your template and saved your sidebar 3rd is mounted
Now you have to make some adjustments yourself. Adjust the width by changing the pixel (px) of the "outer-wrapper", "main-wrapper", "sidebar-wrapper" and "left-sidebar-wrap". Set margin, padding and width in the same way to "header-wrapper" and "footer-wrapper" to match the style.

Follow our blog on Twitter, become a fan on Facebook. Stay updated via RSS

0 komentar for "3 column blog, how your way of making !"

Leave a Reply

Pages 22123456 ยป
Advertisement