• Hi
    i am using the easy store theme to build a site.

    i am trying to get the layout the way we want – which we are slowing getting there.

    however on the shop pages the sidebar is on the right of the screen,
    how do i change this so the shop sidebar is on the left of the screen ?

    thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @alphabetapc

    You can add the following bold code in additional CSS box in customizer:

    .woocommerce-page #primary {
    	float: right;
    }
    #sidebar-shop {
    	float: left;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Shop Sidebar’ is closed to new replies.