[Resolved] Single Product Template / page With GP Premium and Elementor Pro shows margins

Home Forums Support [Resolved] Single Product Template / page With GP Premium and Elementor Pro shows margins

Home Forums Support Single Product Template / page With GP Premium and Elementor Pro shows margins

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1356270
    César

    Hello,

    I Use Elementor Pro and GP Premium, and only with single product page with theme builder, i have an issue, the page shows an strannger margins on top and right of page, i don’t have any margin or padding and only occurs with single product themplate. I need help, please, could you help me? Thanks in advance and best regards!

    You could see the example of the issue in the attached URL 🙂

    #1356349
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Layout > Container and change Content Layout to One Container

    Then add this CSS:

    .single-product.separate-containers .site-main>* {
        margin-bottom: 0;
    }
    #1356359
    César

    Hi there!

    Wow! You are the best!

    This Work Fine!

    Have a nice day and Thanks for your help 🙂

    Best Regards,

    César.

    #1356364
    David
    Staff
    Customer Support

    Glad to be of help

    #1356415
    César

    Hello Again David, Sorry for the inconveniences, top margin are now great, but right margint appears again 🙁

    Please, could you help me?

    Thanks in advance.

    Best Regards!

    #1356461
    David
    Staff
    Customer Support

    Odd – what happens if you set the Separating Space to 0 in Customizer > Layout > Container ?

    If not add this CSS:

    .single-product.one-container .site-main {
        margin-right: 0 !important;
    }
    #1357106
    César

    Thanks Again David,

    With This:

    .single-product.one-container .site-main {
        margin-right: 0 !important;
    }
    

    Working Fine!

    Have a nice day 🙂

    Best Regards! You are the best!

    #1357502
    David
    Staff
    Customer Support

    Happy to be of help

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.