How to make side bar non sticky?

Home Forums Gillion Theme How to make side bar non sticky?

Home Forums Gillion Theme How to make side bar non sticky?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Nizar
    Participant

    How can I make the side bar non sticky (to comply to the Google Adsense rules)? I tried the code given in this post but it doesn’t seem to work: https://support.shufflehound.com/forums/topic/sticky-sidebar-widgets-in-gillion/

    My website is http://www.arabsounds.net

     

    Hope somebody can help me out! Thank you

    Nizar
    Participant

    MACK=make

     

    Can someone change the title please 🙂

    Solution for this topic

    Hi @Nizar,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #sidebar .theiaStickySidebar {
        position: static !important;
    }

     

    No need to change topic title.

     

    Best regards,
    Shufflehound team

    Nizar
    Participant

    Thanks! It works fine now!

     

    And please change the title. I feel stupid hehe (I wrote mack in stead of make) Don’t ask my how I did that 🙂

    I don’t have sufficient rights to change it so I have asked my colleague to change it. In the meanwhile we can consider it Typo.

     

    You are most welcome here 🙂

    dirkvang
    Participant

    That CSS is not sufficient, it should be this 🙂

    #sidebar .theiaStickySidebar {
        position: static !important;
        transform: none !important;
    }
    
    
    
    • This reply was modified 4 years, 4 months ago by dirkvang.
Viewing 6 posts - 1 through 6 (of 6 total)