[ad_1]
Thread Starter
v234
(@chrisv234)
For everybody with the same problem add and/or tweak the following CSS code to your website:
@media all and (max-width: 768px) {
.rn-pbwp-div {
width: 100%;
height: 50vh;
}
}The code above will give 50% height on the particles div so it will be bigger on mobile screens.
