Home Forums Particles Support Problem with JL Image parcicle setting Reply To: Problem with JL Image parcicle setting


Tony
Moderator

I see, do you want the result like that https://imgur.com/bthy2Ev ?
The background parallax is correct :), however, the helium header using custom css for margin top and it’s caused the issue. Example:

@media only all and (min-width: 48rem) {
.g-home-particles.g-helium-style #g-header {
    margin-top: -9.5rem;
    padding: 0;
}}

you can disable the code above and add custom css code for navigation like so

@media only all and (min-width: 48rem) {
.g-home-particles.g-helium-style #g-navigation {
    background: transparent;
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
}}

Thank you

JoomLead Gantry5 Particles 2.2.10 released, new features, bug fixes and more Learn more
Flash Sale. Get Up to 25% Off - Coupon: FLASH25 Shop Now