• Hello,

    I have the Singl theme. How can I make the footer always displayed/expanded without having to click on the expand button.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Try this snippet here:

    /* Always show the footer widget area */
    .bottom-panel.hide {
      display: block;
    }
    
    /* Hide the widget toggle */
    .widgets-trigger {
      display: none;
    }

    Let me know if that works.

Viewing 1 replies (of 1 total)
  • The topic ‘Always show footer’ is closed to new replies.