Okay
  Public Ticket #3803470
White Bar Error
Open

Comments

  • timdewaal1 started the conversation

    If you go to work on the website and then click on 1 of the 4 pieces of work and scroll down you will see a white bar between view more work and ©2025. How do I get rid of this? Does this have to do with the padding of something? I don't know how to adjust this because explore more work is automatically loaded just like ©2025.

  •  1,947
    Judith replied

    Hello there,

    Thanks for writing to us.

    I am not seeing the white bar when scrolling your site:

    7403016454.png

    Please confirm whether this is already resolved for you.

    I look forward to your response.

     

  • timdewaal1 replied

    This problem is only visible if you go to one of the four projects. When you click one and scroll down you will see it.

    Attached files:  WhatsApp Image 2025-01-18 at 20.11.50.jpeg

  •  1,947
    Judith replied

    Hi there,

    Thanks for sharing the additional details to replicate the issue.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    body.page-template-template-portfolio-php .container-wrap, body.single-portfolio .container-wrap, body.tax-project-type .container-wrap, body[data-bg-header=true] .container-wrap {
        padding-bottom: 0px;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.