Tagged: x
-
AuthorPosts
-
February 13, 2017 at 8:06 am #1368889
RPronkParticipantHello, I want mu side bar to be gone on all blog post’s I have read this code in the css should do the trick:
.single .x-sidebar {
display: none !important;
}
.single .x-main {
width: 100% !important;
}it works but the background color of the sidebar is still there, how to get rid of that?
Thanks
February 13, 2017 at 8:18 am #1368912
RPronkParticipanton second view above code does not function, it only pushes the sidebar down. Thanks for your help
February 13, 2017 at 8:45 am #1368955
ChristianModeratorHey there,
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.
Thanks.
February 13, 2017 at 8:47 am #1368957
RPronkParticipantSadly you can only see this page if you adjust you host file setting. Sorry for that…..
this is the link: http://kapsalontheravanderheijden.nl/nieuws/
February 13, 2017 at 8:47 am #1368960
RPronkParticipantThis reply has been marked as private.February 13, 2017 at 8:59 am #1368979
RPronkParticipantIf you cannot see that site, I have another one which has a different color scheme but more or less the same: http://kapper1.jumponline.nl/krullen-knippen-met-curlsys/
here I like to remove the side bar as well on all blog posts
Thanks
February 13, 2017 at 9:20 am #1369016
ThaiModeratorHi There,
Please try with this CSS:
.single .x-sidebar { display: none !important; } body.single { background-color: #fff; } .single .x-main { width: 100% !important; }Hope it helps 🙂
February 13, 2017 at 9:25 am #1369020
RPronkParticipantworks on both sites! Thank you
February 13, 2017 at 10:03 am #1369074
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1368889 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
