Twenty Fourteen Theme - Moving left sidebar to the right

While using the Twenty Fourteen theme (I’ve already created a child theme), I’m trying to move the whole left sidebar to the right and put the site content to the left.

Basically, I’m just trying to switch both areas positions (and remove the "site-description" which won’t be needed since it won’t be positioned under the "site-title" anymore).

All the topics I found only relate to the Twenty Fifteen Theme or to removing the sidebar but neither fully respond to this specific switching for the Twenty Fourteen theme that I'm trying to achieve.

I don't know much about css and php programmning so the changes that need to be done are a little bit out of my league on my own.

If somebody can help me achieve that, I’ll really appreciate it.

Here is the website concerned : https://www.digitalcine.fr/

Thanks a lot. Merry Christmas

Best regards, Stephane.

Topic theme-twenty-fourteen sidebar css Wordpress

Category Web


try editing the current css stlyes to this

/* moves side block right */
.site::before {
   right: 0;
 }
/* moves sideblock conent right*/
#secondary {
float: right;
}
/* pushes body content left  */
.site-content {
margin-left: -221px;
 }

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.