Home Forums WoodMart support forum Less margin borders inside single product pages

Less margin borders inside single product pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121928

    acauazum
    Participant

    Inside single product page, the texts that appear before cart button (short description) and also cart button are tight, Its using just 60% of the possible wider space on the sides, i would like to use at least 90% of column width

    So I need that all this columns be WIder, without margin bords.

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

    Hello,

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

    body .product-summary-shadow .summary-inner {
        padding: 10px 10px 10px 10px;
    }

    Best Regards

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