Hi there,
Absolutely! 🙂 The most straightforward way to change the positioning of the sidebar is with some custom CSS.
As you already have Jetpack installed then you can add CSS by enabling its custom CSS module. (Alternatively you can set up a child theme or activate a standalone CSS plugin.)
The following CSS will move your sidebar to the left:
@media only screen and (min-width: 64.063em) {
.site-content .widget-area {
float: left;
}
.content-area {
float: right;
}
}
Let me know if that helps or if you have any further questions.
You’re most welcome. Glad that helped! 😀
😉 😉 Thank you Siobhan (beautiful name you have… During my first pregnancy, I felt sorry to be Dutch, your name is hardly speakable in Dutch so I could not give it to my daughter than)
I have 2 additional questions, will put them in a new thread
Aw, how lovely! It’s definitely a tricky one for a lot of people to pronounce. 😀
I’ll check out your additional questions shortly.