Search code examples
wordpresswordpress-themingcustom-wordpress-pageswordpress-shortcode

Extra White Space on Wordpress website To the right side on mobile view


When open in mobile view there is extra white space to the right side . Desktop view is ok but i am having problem with mobile view . kindly help ....

Remove all negative margin .
website uses 100% full Width container size . The overflow is hidden .


Solution

  • .elementor-441 .elementor-element.elementor-element-39c3d4e.e-con {
        --flex-grow: 0;
        --flex-shrink: 0;
        margin: auto;
    }
    

    Margin: auto; is what fixes it.