Tagged: x
-
AuthorPosts
-
May 25, 2016 at 9:58 pm #1010317
AlmusanParticipantI 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 leftMay 25, 2016 at 9:59 pm #1010319
AlmusanParticipantThis reply has been marked as private.May 25, 2016 at 10:01 pm #1010323
AlmusanParticipantIn blog pages i dont want to change nothing, i show on them my sidebar and its ok, problem is on main and category pages
May 25, 2016 at 11:18 pm #1010418
Rue NelModeratorHello 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.
May 26, 2016 at 7:15 am #1010940
AlmusanParticipantThanks Sir!
May 26, 2016 at 8:39 am #1011061
JoaoModeratorYou are welcome.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1010317 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
