By: Alex T.
Hi, I used your code on WP version 3.0.1 and it doesn’t work. I edited the stylesheet and the text. When I preview the page it all comes out in one single column. Any ideas?
View ArticleBy: Ulysses
Make sure you use HTML mode instead of Visual Mode. Visual mode will delete your HTML codes including the divs.
View ArticleBy: jose
Hi, Not working on my theme either. It happens as Alex, the two columns are left align one after the other. I also included the CSS script and the intructions followed also a late WP 3.0.2 version...
View ArticleBy: Ulysses
I just updated this post just a few minutes ago. I’m currently running the latest version of WordPress, version 3.1. This tells me that this code works. Please check your code. Make sure you are using...
View ArticleBy: Tommy
Unfortunately this isn’t working for me either with WordPress 3.1 . I updated the .css sheet of my theme and tested the feature in a post to no effect. (I am using the HTML editor and not the Visual...
View ArticleBy: Tracey
I tried this code and it didn’t work for me. I am trying to make my Contact page 2 columns. I updated the page in HTML and also the style sheet and the content is staying all in one column. Maybe I’m...
View ArticleBy: Ulysses
There are 3 things that could go wrong when trying to implement a 2 column page. First, you must use the HTML editor instead of the Visual editor. Second, WordPress converts the quotes as slanted...
View ArticleBy: ahsan
it works perfectly. but how to add vertical line between the two columns? can you help me? thanks.
View ArticleBy: Ulysses
You can add border-right to the embed class, but that would display right borders to both left and right columns. If you want to add a border just to the left column only, you will need to add a second...
View ArticleBy: Emily Sara
I’m having problems getting the code to work. I just stuck the CSS in, and I was working in html editor. The page in question is http://somethingemily.com/portfolio Thoughts?
View ArticleBy: Ulysses
Emily, Thanks for posting your link. It helps out a lot. Your code looks good. The embed divs are there. You added it correctly. The problem is your CSS. It’s not working. It took me a minute or two to...
View ArticleBy: Emily
Thank you! that was it. Can you tell I’m new to this coding bit? Thanks again for your help.
View ArticleBy: Dewi Setyowati
I tried this code and it didn’t work for me. I am trying to make my Contact page 2 columns. I updated the page in HTML and also the style sheet and the content is staying all in one column. Maybe I’m...
View ArticleBy: Comedy Site
it works perfectly. but how to add vertical line between the two columns
View ArticleBy: Ulysses
You can add “border-left:1px solid #ccc” to css. However, this will add left borders on both columns. Another option is to add a second class to the right column and add css to it.
View Article