Static Sidebar (not sliding in)

Support Area Forums Umami Static Sidebar (not sliding in)

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #21625
    Jacob Jansson
    Participant

    Hello!
    Is it possible to keep the sidebar in a static mode? So that it doesn’t slide in with every page refresh?

    #21629
    Bill Robbins
    Moderator

    Hello Jacob,

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #sidebar.slideInLeft {
        -webkit-animation-name: none;
        animation-name: none;
      }
      
    3. Update your settings.

    If you have any trouble, just let me know.

    Thanks,
    Bill

    #21631
    Jacob Jansson
    Participant

    Perfekt! Thanks! 🙂

    #21632
    Bill Robbins
    Moderator

    Avytime. Have a great day Jacob.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Static Sidebar (not sliding in)’ is closed to new replies.