Sam Jefferies
Sam Jefferies

Reputation: 594

Wordpress sidebar has moved to the left of blog content (genesi)

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

Answers (3)

jer0dh
jer0dh

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

Tristan de Jager
Tristan de Jager

Reputation: 115

Float your content left.

.content{
   float: left;
}

This should do it.

Upvotes: 1

Duc nguyen vinh
Duc nguyen vinh

Reputation: 11

change your css .content {float:left;}

Upvotes: 1

Related Questions