Change the sidebar from left to right twentyfourteen theme
Old post, yet its needed to know the solution and how-to. Specially for RTL experience, Usefull tutorial here As @Mayeenul Said, first create a child theme (Video) Then add to your CSS file in child theme the following: .sidebar { float: right; // the side bar will be on right margin-left: -100%; max-width: 413px; position: … Read more