Tagged: x
-
AuthorPosts
-
March 21, 2017 at 7:23 am #1414828
maggichrisParticipantHello,
I use Icon.
I would like to know how to decrease the space between the sidebar and the main content?
Thank you
March 21, 2017 at 7:42 am #1414851
RahulModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 21, 2017 at 9:55 am #1415006
maggichrisParticipantHi There,
March 21, 2017 at 10:56 am #1415119
RahulModeratorHey There,
Thanks for writing in!
Please add this CSS at Appereance > Customizer > Custom > CSS :
@media (min-width: 1200px) (index):1148 body.x-content-sidebar-active, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active { padding-right: 250px; }Hope this helps, let us know how this goes!
March 21, 2017 at 11:11 am #1415143
maggichrisParticipantHey There,
I tried but it does not work
March 21, 2017 at 12:44 pm #1415271
ThaiModeratorHi There,
Please try with this code instead:
@media (min-width: 1200px){ body.x-content-sidebar-active, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active { padding-right: 310px; } }Hope it helps 🙂
March 22, 2017 at 3:53 am #1415961
maggichrisParticipantHey There,
I tried but it does not work
March 22, 2017 at 10:34 am #1416366
ThaiModeratorHi There,
Please provide us with your admin account so we can take a closer look.
Thanks.
March 29, 2017 at 2:37 am #1423891
maggichrisParticipantThis reply has been marked as private.March 29, 2017 at 4:46 pm #1424665
FriechModeratorHi There,
Add this on the Custom > Global CSS on the Customizer
.site { width: 100%; }Or if you want to completely rid the gray space between the main content container and sidebar, add this instead.
.site { width: 100%; max-width: 100%; }The site has a caching plugin (W3 Total Cache) make sure to clear that and your browser’s cache after the changes.
Thanks,
April 5, 2017 at 6:47 am #1428951
maggichrisParticipantHi There,
I try this solution but it still does not work, yet I have to empty the cache.
The gray space between the main content container and sidebar is always there !
Thanks
April 5, 2017 at 8:36 pm #1428996
FriechModeratorApril 6, 2017 at 2:05 am #1429014
maggichrisParticipantHi There,
I dont understand because at home it does not work, yet the code is there.
Look at the 2 attached pictures.
Thanks
April 6, 2017 at 3:54 am #1429023
RadModeratorHi there,
You should add it to customizer’s custom CSS, and not just custom CSS (it’s not related to X theme). The X’s custom CSS is loaded after your custom CSS, and that’s override your CSS.
Thanks!
April 6, 2017 at 9:57 am #1429046
maggichrisParticipantHi there,
I tried to put it everywhere, it does not work.
Thank you for showing me a screenshot of where the code should be set for it to work.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1414828 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

