Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010317
    Almusan
    Participant

    I put sidebar on my page and my main page and categorie page have been off-center (i dont show sidebar on them but still have been off-center)

    1.- I can fix a little bit with css main page but letters off the square are still out of the square.
    2.- I can“t center categorie pages, the have a big gap at left

    #1010319
    Almusan
    Participant
    This reply has been marked as private.
    #1010323
    Almusan
    Participant

    In blog pages i dont want to change nothing, i show on them my sidebar and its ok, problem is on main and category pages

    #1010418
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .archive.category .x-sidebar{
        display:none;
    }
    
    .archive.category .x-main {
        width: 100%;
    }
    
    .archive.category .x-main.right {
        padding: 0;
    }

    This code will only affect the category archive pages. If you want to apply this code in all archive pages, please use this instead:

    .archive .x-sidebar{
        display:none;
    }
    
    .archive .x-main {
        width: 100%;
    }
    
    .archive .x-main.right {
        padding: 0;
    }

    Please let us know if this works out for you.

    #1010940
    Almusan
    Participant

    Thanks Sir!

    #1011061
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Joao

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