Home Forums WoodMart support forum Attributes showing on single products and text is to spread out!

Attributes showing on single products and text is to spread out!

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

    PC404
    Participant

    See attached image please, can you provide a fix for this, i cannot where i can fix this issue. I need the weight to be next to the word, not across the page.

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

    Hello,

    Please send me the page URL where the issue exists so I will check and give you the possible solution.

    Best Regards.

    #364977

    PC404
    Participant

    Go into any product, it’s all the same across all my products. Here is a url https://kingmedsdelivery.com/product/alpha-blue/

    #365110

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .product-image-summary .shop_attributes tr td:last-child {
        text-align: left;
    }
    
    .product-image-summary .shop_attributes {
        width: 400px;
    }

    Best Regards

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