• Hi,
    This my my css code for sidebars :

    #container .sidebar .widget{
    float:none;
    clear:both;
    position:relative;
    display:block;
    margin:0;
    width:100%;
    z-index: 1;
    padding: 30px 20px 20px;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #EDEDED;

    The plugin for my website does not work . can you please help?

  • The topic ‘my sidebar is not fixed’ is closed to new replies.