Okay
  Public Ticket #4107892
Global Section Footer
Open

Comments

  •  1
    Jenny started the conversation

    Hello!

    I've added my footer as global section, but when I set the display location to "Footer" it adds a huge min-height whitespace to all shorter pages. When I set the display location to "After page/post content" it solves the problem.

    However it won't get displayed on single project pages then.

    So I have to add a duplicate of the footer and set the display location to "After Single Project Content". But then the bottom project navigation is shown AFTER the footer: https://fibernow-pcixjr33l5.live-website.com/portfolio/beispiel-projekt-01/

    Is there any way to fix this? Or is there a way to remove the min-height when using the global section with the "Footer" display location? 

    Thanks in advance!

  •  9,324
    Tahir replied

    Hey Jenny ,

    Thanks for reaching out! .

    Try using the other Footer Locations and check: 6769356275.png

    Best,

     


    ThemeNectar Support Team 

  •  1
    Jenny replied

    Thanks for the super quick reply Tahir! The "Footer Parallax" option helps with the min-height on general shorter pages, but there's still a white space on single project pages: https://fibernow-pcixjr33l5.live-website.com/portfolio/beispiel-projekt-04/

  •  9,324
    Tahir replied

    Could you provide a screenshot of the issue ?. 


    ThemeNectar Support Team 

  •  1
    Jenny replied

    The white space appears after the bottom project navigation (link to the website: https://fibernow-pcixjr33l5.live-website.com/portfolio/beispiel-projekt-04/).

    Attached files:  Bildschirmfoto 2025-07-07 um 10.23.40.png

  •   Tahir replied privately
  •   Jenny replied privately
  •  9,324
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body .container-wrap[data-nav-pos="after_project"], body.single-portfolio .container-wrap[data-nav-pos="after_project"] {
        min-height: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Jenny replied

    Awesome, this works! Thanks so much for the help and have a great day :)