Space, Margins

Hello! Thank you for your awesome support before!
How can I remove the space/margin between
the parallax sections, above the portfolio, …

You will easily see yourself:
http://empoweringvalue.de/empoweringvaluede/

Looking forward to you reply!
An

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the space by going to Appearance > Customize > Additional CSS and pasting it there.


/*Project section*/
section.projects.bg-dark.pb0 {
    padding-top: 20px;
}

div#shapely_home_features-16 section {
    padding-bottom: 10px;
}

div#shapely_home_parallax-26 section {
    padding-top: 10px;
}

Best Regards,
Support

Awesomeness!!! Thank you!
Worked well. Just need one more CCS for the padding-top and-bottom of the other parallax sections where the image is left.
For example before and after the section with

  • “Teste dich!” (needs to be close to the section “be WELL! change”)
  • “Fordere dich heraus!” (needs to be close to the section “be COMPLETE! challenge”)
  • “Nutze dein Chance!” (needs to be close to the section "be INDEPENDENT! start up)

Similar like “Lasse die Spiele beginnen!” is close to the section "be PRO! game plan.

Grand theme!
Thank you!

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.shapely_home_parallax section {
    padding-top: 0px!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Ok, this did fix it partly and I found out how to settle the rest. Solved.
Thank you :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support