Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello! Good to see you! )

    Is there a setting or a CSS I could use to make the “Fix” look better

    Look, you widgets separated by this div:
    <div class="spr"></div>
    That’s not good! Sidebar should contain widgets, not widget separators!
    Assign separator height to widget container margin bottom:

    aside section {
      margin-bottom: 25px;
    }

    and remove separator divs from sidebar!

    Thread Starter WhoCan

    (@whocan)

    thanx man! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"fixed position" looks a bit different than it should’ is closed to new replies.