Home › Forums › Gillion Theme › Un-Stick the side bar
Home › Forums › Gillion Theme › Un-Stick the side bar
Hello, I’m trying to find a way to un stick my side bar. I’ve searched the forum and tried adding these codes to my “additional code” box and nothing worked. Still sticking.
#sidebar.sidebar-right { position: fixed; right: 0; }
and
#sidebar .theiaStickySidebar {
position: static !important;
transform: none !important;
}
Hi @zenfiretrading,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
The website is not up yet
I figured it out. The sidebar element was labeled as “gillion-columns-sidebar” which you need to change in the code to:
#sidebar .gillion-columns-sidebar {
position: static !important;
transform: none !important;
}
Gotta make sure the element name lines up with the name in the code
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
Hello so now I’ve created blog post pages and the side bar sticks in them. It seems my “un-stick” the side bar code that worked on the home page did not carry over to individual blog post pages. How do I fix that?
Could you please share me the page URL from your site where it is not working so that I can help you?
The page is not up. And I will not provide you with my login. If you go thru this post, you will see the situation. I’ve added code to “un-stick” my sidebar on my main home page. But when I go into a blog post, the side bar sticks. How do I make my posts page sidebar “unstick” as well.
Solution for this topic
Please try using below custom CSS code to unstick it.
#sidebar .theiaStickySidebar { position: static !important; transform: none !important; }
Worked perfectly, thank you!
You are most welcome here š