• Resolved cybersix

    (@cybersix)


    Hello, I am setting up my site, I can’t choose a template to place sidebars.
    All sidebars anyway are on the right side of the screen except for the sho page sidebar which is on the left. I’d like to have on the right this one also.
    How can it be done?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    cybersix,

    it’s not possible via theme options.

    Only way it’s edit source css file ../fruitful/woocommerce/woo.css

    Line 68

    .shop-page #page #container, .archive.tax-product_cat #page #container {
    width: 100%;
    max-width: 684px;
    float: left;
    }

    Line 108

    body.archive.post-type-archive-product.shop-page #page .container #secondary.widget-area, body.archive.tax-product_cat #page .container #secondary.widget-area {
    float: right;
    width: 100%;
    padding: 0;
    }
    Thread Starter cybersix

    (@cybersix)

    many thanks will edit it and see.
    It’s a great theme!
    What about a second menu?

    Theme Author Fruitful Code

    (@fruitfulcode)

    a second menu?

    What do you mean?

    Thread Starter cybersix

    (@cybersix)

    Your theme manages only one menu bar; it would be nice to be able to use a second menu, or some fancy link to logged in user infos and account.

    Theme Author Fruitful Code

    (@fruitfulcode)

    cybersix,

    Design theme provides only one menu, you can add one more via WordPress functions
    https://codex.www.ads-software.com/Function_Reference/wp_nav_menu

    Or hire our developers for WordPress development on our website, for additional payment.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I move the shop sidebar to the right?’ is closed to new replies.