• Resolved Chris.V

    (@chrisv234)


    Hi,

    I am using the plugin’s shortcode on my home page. While in desktop everything works fine, when in mobile the plugin keeps the aspect ratio, therefore, for my mobile users the div displayed is very small.

    Thanks,
    Chris

Viewing 1 replies (of 1 total)
  • Thread Starter Chris.V

    (@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.

Viewing 1 replies (of 1 total)
  • The topic ‘No particles in full height for mobile/responsive’ is closed to new replies.