Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi jmandl,

    I’m still working on adding this setting, it’s a little more complex as for a “bottom” position, the bar height needs to be known and stuff like the toggle icon need to switched upside down.

    That’s also why it is not completely possible using CSS, although something like this should get you quite close.

    div#mailchimp-top-bar {
      position: fixed;
      bottom: 0;
      top: auto;
      height: auto;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Top Bar on the Bottom?’ is closed to new replies.