Home Forums WoodMart support forum Product page

Product page

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

    revalion
    Participant

    Hi,

    I want to know how can I put all description of the product on the middle (see attached images)

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

    Hello,

    Please insert the credentials into the Private content below the message area.

    Best Regards

    #345288

    revalion
    Participant

    Hi,

    I send you the credentials.

    #345468

    Hello,

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

    .product-design-alt .entry-summary {
        display: flex;
    }
    
    .summary-inner {
        align-self: center;
        margin: 0 auto;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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