parallax widget shows white space

Dear Movin,
on the frontpage of my website some widget elements are not displayed correctly:

  1. the grey line at the lower end of the first big picture (parallax section with big background)
  2. another parallax section with small background shows a white space at the top of the picture

Here is the link to the website: http://0yemf.w4yserver.at/

The problem is not visible constantly, as long as I am logged in to my Wordpress Backend in the section Appearance -> Customize everything looks fine, also in other browsers?!?!

Thanks in advance for your help!

Hi @playground,

I hope you are well today and thank you for your question.

You can try resolving these issues by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_parallax section {
    border-bottom: 0;
}
body .parallax-mirror:first-child {
    margin-top: -55px;
}

Best Regards,
Movin

Thank you very much for your help! Everything works fine now!! :slight_smile:

You are most welcome here :slight_smile: