Home Forums WoodMart support forum The top margin of the first row is set to 0, and there is still distance between

The top margin of the first row is set to 0, and there is still distance between

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #624082

    ha21cn
    Participant

    When I used the Layout function to create the Product Archive Layout, I set the top margin of the first row to be 0, but I found that there is still a blank distance from the Header.

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

    ha21cn
    Participant

    I’d like to know what causes this, and how to set it up so that it doesn’t have any blank margins and ensures that the first line of the background image is complete

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS Section:

    main.wd-content-layout.content-layout-wrapper.container.wd-builder-on {
        padding-block-start: 0px;
    }

    Best Regards.

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