Home Forums WoodMart support forum single product

single product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #590075

    turbohelp
    Participant

    Hi.
    Can you give me some advice?
    If I add a characteristic with a long value (+- 10 characters) to a product, the mobile vertical version cuts off the card screen and does not transfer these values ​​to a new line.
    Everything is ok in the desktop and horizon.
    Is there a solution?

    #590115

    Luke Nielsen
    Keymaster

    Hello,

    Please send some screenshots for a better understanding.

    Thank you in advance.

    Kind Regards

    #590139

    turbohelp
    Participant

    Hope there is some adjustment in theme setup to fix it…

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

    Luke Nielsen
    Keymaster

    Hello,

    Okay, I see. Please send me access to that product page so I can check what we can do best in this situation.

    Thank you for your time.

    Kind Regards

    #590239

    turbohelp
    Participant

    Sent you link. This is just one of many similar pages…

    #590273

    Luke Nielsen
    Keymaster

    Hello,

    Add the code below to the “Global custom CSS” area in Theme Settings -> Custom CSS.

    @media (max-width: 768px) {
    	body .shop_attributes tr {
    		flex-direction: column;
    		align-items: flex-start;
    		row-gap: 5px;
    	}
    	
    	body .shop_attributes td {
    		text-align: left;
    	}
    }

    https://take.ms/Bp9Qr

    Clear the site/mobile cache and check how it works.

    Kind Regards

    #590302

    turbohelp
    Participant

    Works great, like on Your screenshot! Thanks alot!

    #590332

    Luke Nielsen
    Keymaster

    Hello,

    Great! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘single product’ is closed to new replies.