Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203817
    wanderinggourmet
    Participant

    For some reason even though in the customizer it is set for sidebar left, the sidebar inside of my shop pages are on the right. How can I achieve a left sidebar for all shop pages?

    http://www.nowplating.com/menu

    #1203860
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    It looks like the changes you made were not saved properly as source code suggest sidebar is set to right hand side of the canvas. However you can use following CSS under Custom > CSS in the Customizer to display sidebar of left side:

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

    Thanks.

    #1209928
    wanderinggourmet
    Participant

    Thank you!

    #1210050
    Thai
    Moderator

    You’re most welcome 🙂

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