• So everyone knows to change the height go to
    particle-background-wp\includes\m-pb-wp.js

    Change line 6 to percentage of the screen you want.

    document.querySelector(‘head’).innerHTML += ” \
    <style type=’text/css’ name=’rn-pbwp-css’> \
    div#rn-pbwp-div { \
    background-color:”+rnPbwpData.bg_color+”; \
    width: 100%; \
    height: 60vh; \
    position: relative; \
    z-index: 1024; \
    } \

  • The topic ‘Solution to changing the height’ is closed to new replies.