geoff owen
Member
Posted 3 years ago #
Hi guys,
Apologies to you if this is a simple problem...
I'm using the "Elements of seo Theme" for my blog
http://www.beyoubedo.com/blog however i don't want any of my widgets on the right, only on the left hand side of the page.
How can i change this?
I'm sure i saw an option for it before (maybe it was another theme) but i'm sure there is a box that allows me to chose what side i want them on, i just can't remember where i saw it.
Oh and please simple responses in laments terms, i'm no programmer !!
Thank You.
You can change this in your dashboard/themes/widgets. On the top right there is a little dropdown, where you can choose the sidebar.
geoff owen
Member
Posted 3 years ago #
Sorry Evita you've misunderstood me, i want both of the sidebars to be on the left hand side of the browser when you visit the site, however they are on the right.
geoff owen
Member
Posted 3 years ago #
anyone any further help? im still stuck!!
this is really a theme design issue. I think you have 3 choices here
1) find a different theme that displays them on the left
2) talk to your current theme's designer
3) change the CSS for your current theme to facilitate the changes
maybe there are other options.
Firstly, it's "layman's terms", not "laments".
Second, edit your theme's style.css file. Find this code:
#leftcolumn {
float: left;
Change that to this:
#leftcolumn {
float: right;