Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide some more details, eg; link to the page or the theme you are using.

    Thread Starter mibtp

    (@mibtp)

    I am using Elite, an organized Theme. It’s creator, Bill, gives awesome support. He gave me code to add. Fixed now.

    In case anyone else uses themes from organized themes, here is the code to change your woocommerce product pages from sidebar on right, to sidebar on left:

    .single-product #sidebar {
    float: left;
    }

    .single-product #content {
    float: right;
    }

    Great to hear your got it sorted! Make sure you mark the post as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing default template on product pages’ is closed to new replies.