TheJoe wrote:I brushed up on my CSS and with the help of CSS Edit, I found the solution.
For those that are interested in doing this within the current "slidingdoor" theme.
In style.css:
Find:
#content {
float: right; <---- change this to left
width: 640px;
margin-top: 0px;
}
and:
#sidebar {
width: 232px;
float: none; <--- change this to right
padding-top: 8px;
text-align: left;
}
This will swap the sidebar to the right side of the page. The mistake I made was changing float to none, which made the 'content' block take up the whole page within the wrapper.
I hope this helps.
The 1st topic that I browsed for with the Sliding Door theme I am trying out. The code change suggested worked beautifully at first attempt. Thanx a lot...
Return to Advanced - Customising the theme