Tagged: x
-
AuthorPosts
-
March 21, 2017 at 7:23 am #1414828
Hello,
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 #1414851Hi 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 #1415006Hi There,
March 21, 2017 at 10:56 am #1415119Hey 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 #1415143Hey There,
I tried but it does not work
March 21, 2017 at 12:44 pm #1415271Hi 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 #1415961Hey There,
I tried but it does not work
March 22, 2017 at 10:34 am #1416366Hi There,
Please provide us with your admin account so we can take a closer look.
Thanks.
March 29, 2017 at 2:37 am #1423891This reply has been marked as private.March 29, 2017 at 4:46 pm #1424665Hi 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 #1428951Hi 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 #1428996April 6, 2017 at 2:05 am #1429014Hi 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 #1429023Hi 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 #1429046Hi 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