About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Thank you Sridhar!
I think I’ve followed the instructions exactly, but I’m running into a problem. The header hero section became double the size and the particles are only showing up one the bottom part of the section.
http://iot.panachic.com
Hi Mrizzo,
I had the same result and solved it by making #particles-js absolutely positioned –
#particles-js {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
Hope that helps
Thank you Sue! That fixed it!