Home Forums WoodMart support forum Extra Product Option

Extra Product Option

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #314468

    shweta
    Participant

    Hello Team,

    I am using the extra content option on the product page I have used the Extra content position after content. I want this section in a grid instead of full width. for understanding please find the screenshot attached.

    Best

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #314681

    shweta
    Participant

    No, this is a theme option please check the single product page.

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

    Hello,

    Sorry for the misunderstanding. I know there is an option in the Single product to display extra content.

    The confusion was in your word Grid that’s why I replied.

    If you want to display the extra content in boxes then try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .product-extra-content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1222px;
    }

    Best Regards

    #315792

    shweta
    Participant

    Hello Team,

    I am using the extra content option on the product page I want to show this section 2 column on the mobile view same as you may like also like the section.

    please find the screenshoot attached

    best

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

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