• Resolved rabaj1

    (@rabaj1)


    So I have tried looking around for a way to get rid of the space on the left and right. As far as I can tell it is not something that I can fix with CSS.
    Any help would be greatly appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @rabaj1

    Try adding this in Dashboard > Appearance > Customize > Additional CSS:

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100% !important;
    }
    
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 0 0 0 0!important;
    }
    

    The code above only works for your current layout. I see you use Elementor. If you change stuff in there, the CSS selectors might not work anymore. I think you can find in Elementor visual settings to get rid of the white space too, but I’m not sure.

    Hope this helps.

    Thread Starter rabaj1

    (@rabaj1)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get rid of page padding’ is closed to new replies.