• Hi, my website is showing too much white space after each Parallax section. I am using WpBakery Page Builder plugin but it is not the reason behind the spacing since the problem was occuring before I installed the plugin and I have also checked my disabling the plugin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @annli123

    Thank you for writing in,

    If you are using AccessPrallax then the best and recommended page builder plugin is Site origin page builder.

    Currently to remove the white space from your site, please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    .parallax-section .page-content {
       margin: 0 !important;
    }
    .parallax-section {
       padding: 30px 0px !important;
    }
    

    Regards!!
    Alson Singh Thakuri
    AP Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Too much spacing after each Parallax section’ is closed to new replies.