Home Forums WoodMart support forum Padding, margin problems

Padding, margin problems

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #245841

    marcosvl
    Participant

    I want to delete some padding and margin in my website, i see this but i dont find it. https://xtemos.com/docs/woodmart/faq-guides/top-bottom-paddings/

    Im using elementor.

    I want to change all the padding and margin in the red square to 0.
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #245845

    marcosvl
    Participant

    I have another question, how can I change the /shop / I have tried to change the link of the shop in woocommerce but the /shop never disappears or change.

    #245902

    Hello,

    These margins and paddings are necessary, other pages would be influenced. If you want to remove the gaps on certain pages, send us the pages and your site admin access we shall help to get rid of them.

    If you want to change, you need to create another page with URL and title you wish and set it as the shop page in Woocommerce > Settings > Products.

    Best Regards

    #245998

    marcosvl
    Participant

    I want to change the paddings and margins only in the main page

    If there is any change I would like to know what it was, if possible

    thank you

    #246141

    Hello,

    Add this negative margin to the first row of the Elementor to remove the margin between header and main content: https://prnt.sc/uhivji

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.home .main-page-wrapper {
    margin-top: 0;
    padding-top: 0;
    }
    body.home .footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
    }

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)