• Resolved Harpinder Singh

    (@hrpindrmann)


    Hi,

    I used the following css code to add border around my sidebar widgets:

    .sidebar .widget {
    background: #fff !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    border: 1px solid #e6e6e6 !important;
    padding: 10px !important;
    }

    And this code worked perfectly in the way I wanted.
    But it created a problem. Now my ‘fixed widget’ is not sliding up and down. Here is the website: bloggerish.com

    Please help me.

    Thank you,
    Harpinder

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

    (@max-bond)

    Hi!
    The plugin stoped working because of position: relative !important; property. It overrides position: fixed!

    Thread Starter Harpinder Singh

    (@hrpindrmann)

    Hi, thanks for your quick response.

    So should I remove that?

    Thanks!

    Thread Starter Harpinder Singh

    (@hrpindrmann)

    WOW!! You are really great!!

    I removed that one line position: relative !important;

    And the plugin is working now again.

    Thank you a ton!!

    🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Q2W3 stopped working after this css code’ is closed to new replies.