Home Forums WoodMart support forum about the spacing between the left sidebar Product categories

about the spacing between the left sidebar Product categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #600676

    btools
    Participant

    about the spacing between the left sidebar “Product categories” and its above the picture in the vertical direction, in the product details page, product categories page and shop page, as show in the folowing pictures. The spacing is too large, I need to set a smaller value for the spacing, how to do?

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

    Hung Pham
    Keymaster

    Hi btools,

    Thanks for reaching to us.

    First of all, I am appreciate your patience.

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

    div.page-title {
        margin-block: -40px 40px;
    }

    Best Regards,

    #624566

    btools
    Participant

    question 1: I sent you the link in the private content.
    question 2:
    about the spacing between the left sidebar “Product categories” and “browse categories” in the vertical direction, in the product details page, as show in the folowing picture. The spacing is too large, I need to set a smaller value for the spacing, how to do?

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

    Hung Pham
    Keymaster

    Hi btools,

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

    main.wd-content-layout {
        padding-block: 20px;
    }

    Best Regards,

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