adsense

How to Make Columns in Wordpress





1. Login to your Wordpress blog.
2. Click on the \'Pages\' menu.

3. Click on any page you would like to add columns to. This will bring you to the editor screen for that page.
4. Click the \'HTML\' tab inside the editor.
5. Copy and paste the following HTML code into your page (remove quotation marks). This code will produce two columns:

\'

Left Column Text




Right Column Text




\'
6. Click the \'Update\' button to save your changes.
7. Click on the \'editor\' link under the \'Appearance\' menu.
8. Scroll-down and click on \'Style.css.\'
9. Add the following CSS code to your stylesheet (remove quotations):

\'.embed {
width:48%
GO
float:left
GO
padding:0 0 0 10px
GO
margin:0 0 20px 0
GO
}\'
10. Click the \'Update File\' button to save your changes. You will now see columns on the pages you added the HTML code to.

Comments

0 Responses to "How to Make Columns in Wordpress"

Post a Comment

Popular Posts

About