Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201518
    thisisbbc
    Participant

    Hey there,

    We’d like to display our shop sidebar on the left side but have all our posts and default layout to use a right sidebar. Is that something possible OOTB with the available settings in the customizer or do we have to create a custom woocommerce.php file in our child-theme?

    If we have to use a woocommerce.php file, what would be the code to use a left sidebar using Integrity Light stack?

    Thank you!

    #1201621
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1202052
    thisisbbc
    Participant
    This reply has been marked as private.
    #1202150
    Joao
    Moderator

    Hi There,

    As you have under construction plugin active, please provide your admin credentials in a private reply in order that we can take a look.

    Thanks

    Joao

    #1202229
    thisisbbc
    Participant
    This reply has been marked as private.
    #1202562
    Nabeel A
    Moderator

    Hi there,

    Thank you for providing the credentials. Please navigate to Appearance > Customize > Layout and Design > Content Layout and select Content Left, Sidebar Right and then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce .x-main {
        float: right !important;
    }
    .woocommerce .x-sidebar {
        float: left !important;
    }

    Let us know how this goes!

    #1203002
    thisisbbc
    Participant

    Seems like it works like a charm!

    Thank you guys for the quick solution 😉

    #1203015
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1201518 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>