Hey folks,
Thanks for a fantastic theme, but one question I have ... is there a way to have my sidebar on the left and content on the right?
Cheers
Hey folks,
Thanks for a fantastic theme, but one question I have ... is there a way to have my sidebar on the left and content on the right?
Cheers
Hey,
just add following code to custom.css (the file is located in the folder "css"):
.content {
float: right;
}You must log in to post.