Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111006
    J_Simms
    Participant

    I would like to add margin to the top of the sidebar.

    I thought I accomplished this with the following code, but it no longer appears to be working.

    aside.x-sidebar.right {
    	margin-top: 150px !important;
    }

    I’m interested in created two different classes with varying top margins.

    Thanks!

    #1111007
    J_Simms
    Participant
    This reply has been marked as private.
    #1111011
    Thai
    Moderator
    This reply has been marked as private.
    #1111019
    Thai
    Moderator

    In this case, please update your custom CSS to this:

    .page-id-306 .x-sidebar.right {
        margin-top: 65px !important;
    }
    .page-id-217 .x-sidebar.right {
        margin-top: 70px !important;
    }

    Hope it helps 🙂

    #1111023
    J_Simms
    Participant

    Ahhh … I had been using editor for all custom css as a general practice.

    I assume Customizer > Custom > Global CSS overrides Editor CSS.

    Thanks!

    #1111025
    Rupok
    Member

    You are welcome!

    Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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