Reputation: 594
My sidebar area has shifted to the left side of my page - how can I put it back to the right side?
See - https://www.moneynest.co.uk/how-to-increase-your-income-fast/
ID = genesis-sidebar-primary
Using the Genesis framework - I believe the change occurred after a recent automatic update.
Upvotes: 0
Views: 137
Reputation: 382
I've had this issue when WordPress updated on two of my sites. Once I updated to the latest version of the Genesis Framework, it was fixed.
Upvotes: 1
Reputation: 115
Float your content left.
.content{
float: left;
}
This should do it.
Upvotes: 1