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

    I’m using this CSS for my sticky footer in Quick CSS. How can i modify so that only a specific site is affected ?

    Where and how i have to put the page-id ? So far nothing works.

    #footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10000;
    }

    Thanks in advance.

    #489695

    Hey quantum!

    You could add a .page-id-123 in front of it or drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    #footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10000;
    }
    </style>

    Cheers!
    Elliott

    #489978

    hey Elliot,

    thanks works great.

    One last question. At my startpage i have a Picture Logo in an image container.

    http://fresh.kobalt.de

    So far evertyhing is fine with the position and size, but when i switch to mobile devices the logo is mostly hidden under the menue. is there a solution to make sure it works on mobile devices (so its allways visible), like a fixed position for different resolutions.

    • This reply was modified 9 years, 3 months ago by quantum.
    #490252

    Hey!

    Remove this.

    <div style="height:1px; margin-top:-100px" class="hr hr-invisible  avia-builder-el-2  el_before_av_image  avia-builder-el-first "><span class="hr-inner "><span class="hr-inner-style"></span></span></div>
    

    And it will display normally and not beneath the menu.

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.