Relatively easy but you will need to have at least some experience with CSS. But be warned that your customisations will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.
Thread Starter
Dr.T.
(@drt-2)
Esmi,
Thank you for your reply.
I am not an expert but I have used CSS. For example, I use CSS (Not the Visual Editor) to embellish postings.
The only customization that I have done so far was to add a Custom Menu. Eventually, I will develop a child theme.
In the meantime, is there any available code that shows how to do place the sidebar on the left?
Dr. T.
Try changing:
#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}
to:
#container {
float: right;
margin: 0 -240px 0 0;
width: 100%;
}
in style.css.