Tagged: x
-
AuthorPosts
-
July 3, 2016 at 7:56 pm #1070887
TarnMitchellParticipantHi there,
I’ve been looking for a couple of hours but can’t find anything.
How do I change the point at which the sidebar on the Icon 03 demo clips to the bottom of the webpage?
Thanks,
Tarn
July 3, 2016 at 10:13 pm #1070994
Rue NelModeratorHello There,
Thanks for writing in! By default the sidebar of the icon is fixed on the right or left of the site. This is how it is uniquely designed. To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? 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.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
July 4, 2016 at 2:18 am #1071134
TarnMitchellParticipantSorry but i’m running my site on local host!
I don’t think I explained the issue very well though.
The sidebar moves to the bottom of the page when a certain screen width is reached, is this screen width changeable?
Thanks for your time,
Tarn
July 4, 2016 at 2:31 am #1071143
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (min-width: 1200px){ .x-content-sidebar-active .x-sidebar { right: 0; border-left: 1px solid #dfdfdf; border-left: 1px solid rgba(0,0,0,0.075); } .x-sidebar { width: 450px; } .x-sidebar { position: fixed; top: 0; width: 250px; height: 100%; margin: 0; border-top: 0; z-index: 1031; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }Please change 1200px to you desire width.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070887 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
