Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #879179
    Will C
    Participant

    How would I move the blog side bar to the right instead of the left?

    http://www.martellinotions.com/blog/

    #879181
    Will C
    Participant
    This reply has been marked as private.
    #879756
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .blog .x-sidebar.left {
        float: right;
    }
    
    .blog .x-main.right {
        float: left;
    }

    Hope it helps 🙂

    #880074
    Will C
    Participant

    Thank you very much!

    #880733
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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