[Support request] Full Width Not Working

Home Forums Support [Support request] Full Width Not Working

Home Forums Support Full Width Not Working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #567549
    Jonathan Noel

    Hi,

    I am using Elementor Pro page builder. I encountered a left and right padding even though I set all the settings to full-width both in Elementor Page builder and theme settings. Please see the image I have attached Screenshot

    I hope you could fix this.

    Kind regards,

    Kwing

    #567550
    Jonathan Noel
    #567552
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link me to the page?

    #567919
    Jonathan Noel

    Hi,

    Take a look at this website that I developed.

    https://giovanimejillano.com

    #567924
    Tom
    Lead Developer
    Lead Developer

    Widgetkit for Elementor is adding this CSS:

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    You can overwrite it with this CSS:

    .site.container {
        padding-left: 0;
        padding-right: 0;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.