Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1093536

    Hi Enfold,
    I know it may not be within the support, but maybe someone has a solution :). i try to make a Sliding out Footer like this example:
    http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
    -> there you can see the Sliding out Footer (with 4 social icons)

    i use Footer & Socket and i use this css for the Sliding Footer:
    /* Sliding Out Footer */
    body {
    position:relative;
    z-index:0;
    }
    #main {
    position:relative;
    z-index:1;
    }
    #footer {
    position:relative;
    z-index:-2;
    height: 180px;
    }
    #footer .container {
    position: fixed;
    bottom: 80px;
    z-index: -1;
    }

    it works but not correctly :) the Footer Columns now not working ect- perhaps someone have a solution
    thank you Theme

    #1093816

    Hey siteraum,

    That would be out of scope of theme support, but we’ll leave the thread open in case someone has a solution for you.

    Best regards,
    Rikard

    #1094293

    Hi Rikard, thank you

    #1094810

    Hi,

    You are welcome. Thank you for your understanding.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sliding out footer’ is closed to new replies.