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

    Hello,

    I have set a Fixed Frame via the Enfold Theme setting. Left and right frame should be defined by this. Top and bottom, however, my content should be at the height of the frame. For the header I managed this, but for the footer I can’t do it.

    I want the copyright area to be at the height of the bottom frame. But if I just do “display: none” (as recommended in this thread: https://kriesi.at/support/topic/removing-bottom-border-from-fixed-frame-layout/), the bottom bar doesn’t disappear but only turns gray. But I want the white bar to disappear completely from the occupied area and my content to move to the place. I have set the affected column with #sub-footer an ID but I have not been able to control it as desired.

    See screenshots:
    https://architekt-demir.de/acd-support-screenshot.jpg

    If you set “display: none”:
    https://architekt-demir.de/acd-support-screenshot2.jpg

    I hope you can help me.
    Thanks!

    • This topic was modified 2 years, 7 months ago by SeroKoe.
    #1319469

    Hey Serhat,

    Thank you for the inquiry.

    You should also remove the bottom padding of the html element to get rid of the empty space.

    html.html_av-framed-box {
        padding-bottom: 0;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1319662

    Hey Ismail,
    Thank you very much. That solved my problem!

    The case can be closed. :)

    Greetings

    #1319766

    Hi,

    Great, I’m glad that Ismael could help you out, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete Fixed Bottom-Frame (av-frame-bottom)’ is closed to new replies.