This article provides the code you need to easily move the product menu in the Motivate theme from the right side to the left side of the page, as pictured below:
Before (default - right side column)
After (updated - left side column)
Simply follow these instructions to make this change:
Go to Settings > Theme
Click on the CSS tab
Click the edit button for Overrides
Copy and paste this code into the Overrides
.ch-content-wrapper {
flex-direction: row-reverse;
}
.ch-sidenav {
border-left: none;
border-right: 1px solid;
border-color: darken($color-card-bg, 5%);
}Click Save to save the Overrides
Click Save to save the theme changes
Click Publish to publish the theme changes (please note this may take up to a minute)
Done! Now your product column shows up on the left hand side instead of the right hand side in the product layout.
โ
โ