Home Forums WoodMart support forum Please help me

Please help me

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #325577

    delwarhossain
    Participant

    Please see the screenshot and tell me how to remove the gap. Marked by Red arrows.

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

    Hello,

    Please add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .home .site-content {
        margin-bottom: 0;
    }

    Regards.
    Xtemos Studios.

    #325670

    delwarhossain
    Participant

    should i paste this code to the all css fields like Custom CSS for desktop, Custom CSS for tablet, Custom CSS for mobile landscape, Custom CSS for mobile?

    #325677

    delwarhossain
    Participant

    I have saved the element and tried with another page. but it only works in my homepage. It’s not working in my other pages? What should i do?

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

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .site-content {
        margin-bottom: 0;
    }

    Then it will work for all pages and all devices.

    Best Regards

    #326032

    delwarhossain
    Participant

    I have pasted the code, but there is a little gap between the footer and the divider. How to get rid of it?

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

    delwarhossain
    Participant

    the gap is not in the all pages, just in some pages i found the gap

    #326160

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .site-content {
        margin-bottom: -5px;
    }

    Regards.
    Xtemos Studios.

    #326890

    delwarhossain
    Participant

    Can you please tell me how to add this divider in the shop page and all the product page?

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .site-content {
    margin-bottom: 5px;
    }
    .single-product .site-content {
    margin-bottom: 5px;
    }

    Regards.
    Xtemos Studios.

    #326993

    delwarhossain
    Participant

    How to add this footer divider in the shop and the all product pages? I mean all over the other pages where i can’t edit.

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

    Hello,

    Sorry, but it is not possible to add the divider as you required for the Shop page.

    Because it is added using the page builder and the shop page is not editable using the page builder.

    Best Regards.

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