Particles ratio
-
Hi Zulfikar, I think there is a concern with the ratio of the particle area, by default by putting the same height value to the section and the option of partcules the elements are overwritten horizontally. I did several tests and found a CSS rule that gives the right ratio to the elements without having to specify a particle height:
#wrap .particles-js-canvas-el {
height: auto! important;
}
What do you think of this rule?Screen capture of this solution visible here.
Regards.
Jean
- The topic ‘Particles ratio’ is closed to new replies.