Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Chito

    (@chitaranjanthoudam)

    I got my answer, i wanted fixed not float and I am able to do that

    Hi, what about posting the answer here? Thanks chitaranjan.thoudam

    Thread Starter Chito

    (@chitaranjanthoudam)

    I changed it for horizontal in custom…

    wp-content/plugin/superslider-login/plugin-data/superslider/ssLogin/custom/custom_horizontal.css

    Note: If you are using blue, then blue/blue_horizontal.css

    Look for the below code and change “absolute” to “fixed”
    /* sliding panel */
    #toppanel {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 10000;
    text-align: left;

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: SuperSlider-Login] Can we make this to float instead of fixed?’ is closed to new replies.